body{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h1{
    width: 100vw;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
}
#masterdiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    
    gap: 10px;
    box-sizing: content-box;
    

}
#timer{
    display: flex;
    gap: 30px;
}

#hourtag{
    width: 490px;
    display: flex;
    gap: 30px;
    justify-content: space-around;
}
span{
    font-size: 25px;
    width: 100px;
    text-align: center;
}

.style{
    background-color: red;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}

p{
    width: 300px;
    height: auto;
    text-align: center;

}

#daydiv{
    display: flex;
    justify-content: center;
    align-items: center;
    

}

#lbl{
    font-size: 30px;
}

#display{
    font-size: 60px;
    color: green;
    font-weight: 900;

}

