body{
    background-color: black;
       font-family: 'Ek Mukta', sans-serif;
    color: white;
    text-align: center;
    /*min-width: 512px;*/
}
#top-manu div a{
    color: red;

}
#top-manu .row div:nth-child(3){
    text-align: center;
    /* background-color: azure; */
}
#top-manu .row div:nth-child(1){
    /* background-color: aqua; */
    text-align: center;
}
#top-manu .row div:nth-child(2){
    text-align: center;
    font-size: 28px;
    color: blueviolet;
    font-weight: bold;
    /* background-color: chartreuse; */
}
#Tagline{
    background-color: lightyellow;
    text-align: center;
    text-shadow: 1px 1px blue;
    font-size: 20px;
    border-radius: 25px;
    color: black;
    
}
#clock{
    color: white;
    text-align: center;
}
#ad1{
     background-color: darkgoldenrod;
     text-align: center;
}
#ad2{
    background-color: darkgoldenrod;
    text-align: center;
}
.cad{
    padding: 10px 0px 10px 0px;
}
.table tr td {
    background-color: #cef6f5;
    color: black;
    border-color: black;
    font-weight: bold;
    
}
.ctable{
    padding: 0px;
}

#ad3{
    background-color: #ffffff;
    color: blue;
}
.logintable{
    margin: auto;
}
.new_result{
    color: blue;

}

