  .deadline {
        color: #fff;
        font-weight: 100;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 5px;
        text-align: center;
    }
    
    #clockdiv {
        font-family: sans-serif;
        color: #fff;
        font-weight: 100;
        text-align: center;
        font-size: 20px;
        position: relative;
    }
    
    #clockdiv>div {
        padding: 5px 5px;
        border-radius: 3px;
        background: rgb(196 18 47);
        display: inline-block;
        margin-right: 10px;
        padding-bottom: 0;
        position: relative;
        z-index: 99999;
    }
    
    #clockdiv div>span {
        padding: 0px 15px;
        border-radius: 3px;
        background: rgb(12 59 99);
        display: inline-block;
        font-size: 20px;
        position: relative;
        z-index: 999999;
        line-height: 35px;
    }
    
    .smalltext {
        padding-top: 0px;
        font-size: 14px;
    }
    
    .timer.sec {
        background-color: transparent;
        /* padding: 5px 10px; */
        border-radius: 10px;
        display: inline-block;
        padding-left: 5px;
        font-family: sans-serif;
        padding-top: 5px;
    }
    
    .timer_div {
        margin: 0;
    }
