.background{
    background: rgb(168,43,39);
    background: linear-gradient(0deg, rgba(168,43,39,1) 0%, rgba(53,65,87,1) 60%, rgba(35,124,164,1) 100%); 
}
.footer{
    text-align: center;
    color:white;
    padding: 10px;
}
#header{width:100%;}
#tablo{
    padding: 0 15px;
    color:white;
    text-align: center;
}
#table{
    background: white;
    width: 100%;
    color: #C20000;
    border-spacing: 0;
    margin-bottom: 20px: 
}

#table tr:nth-child(1){
    display: none;
}
#table td{
    border-bottom: 1px solid #C20000;
}

#table td:nth-child(1){
    padding-left: 5px;
}


#table th{
    background: #C20000;
    color:white;
}

#table .bugun td{
    border-top: solid 2px #9f0000;
    background: #9f0000;
    color:white;
    border-bottom: solid 2px #9f0000;
}

.kadirgecesi{
    color: white;
}