body{
    background-color: black;
    color: white;
    text-align: center;
    min-width: 388px;
}
#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;
}

/* Result css start */
.cad{
    padding: 10px 0px 10px 0px;
}
#ad4{
    background-color: #ffffff;
    color: blue;
}
.rtable{
    padding: 0px;
}
.table td {
    padding: 0px;
}
.sname_row{
    background-color: rgb(85, 5, 5);
    color: #ffffff;
    font-weight: bold;
}
.sdata td{background-color: #ffffff;
color: rgb(226, 8, 8);
font-weight: bold;}
 
.sname{
    background-color: #750c0c;
    font-weight: bold;
    color: white;
}

/* Result css end */



