
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Roboto Slab', serif;
}
.winner-title{
    font-size: 36px;
    color: #be0925;
    padding-top: 30px;
    text-align: center;
    font-weight: 700!important;
}

.winner-result{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    color: #fff;
    margin-bottom: 100px;
}

.top-table{
    background: #be0925;
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd){
    box-shadow: inset 0 0 0 9999px rgb(234, 244, 255);
}


.footer_title {
   text-align: center;
   padding: 20px;
   font-size: 15px;
   font-weight: 500;
   color: #fff;
   background-color: #be0925;
   margin: 0;
 }