body{
    background:url(../img/katmandu-matka-bg-01.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.logo{
text-align: center;
    display: block;
    width: 100%;
    padding: 50px 0px 20px 0px;
}
.logo img{    width: 200px;
    margin: auto;

}

#myclock{    background: #fff;
    display: table;
    margin: auto;
    border-radius: 100%;
    border: 10px solid #000;
}

h1{text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-top: 15px;
}

h2{text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-top: 0px;
}


#timer{
text-align:center;
color:#fff;
}




li {
    display: inline-block;
    font-size: 13px;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    width: 110px;
}

li span {
       display: block;
    font-size: 36px;
    background: #37008b;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 800;
}

#days{

}

#countdown{
text-align:center;
color:#fff;
}

#days{
}

table{
width:100%;
color:#fff;
margin-bottom:30px;
}


th td{
}
td{background: #fff;
    color: #000;
    padding: 10px;
    border: 2px solid #000000;
    FONT-WEIGHT: 200;
    font-weight: 800;
	text-align:center;
}

canvas{
    width: 140px;
}


