.container{
    max-width: 1140px;
    margin: 0 auto;
}
.formain{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.formain label{
    font-size: 20px;
}
.formain input{
    padding: 10px;
    width: 130px;
    font-size: 17px;
}
.forsubin{
    background-color: #0288D1;
    color: white;
    border: none;
    border-radius: 4px;
}
#winner_table{
    padding-top: 10px;
}
.table thead{
    background-color: #dd4b39;
    color: white;
}
table .paginate_button.next{
    background-color: #dd4b39;
    color: white;
}

.table{
    padding-top: 30px;
}
.table .dataTables_filter{
    font-size: 20px;
}
.dataTables_wrapper.no-footer .dataTables_length{
    font-size: 20px;
}
.dataTables_info{
    font-size: 20px;
}
.backforluck{
    background-color: #dd4b39;
    color: white;
    border: none;
    border-radius: 4px;
}
.forbackbtn{
    padding-top: 20px;
    text-align: end;
}
.forbackbtn a{
    text-decoration: none;
    color: white;
}
.backforluck {
    width: 10%;
    padding: 10px;
    font-size: 17px;
}
