

.content{
    height: 170px;
    width:100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background: url(imgs/clockBG.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 10px;
    margin-top: 10px;

}

.countdown{
    font-size: 30px;
    font-weight: 500px;
    color: antiquewhite;
}

@media screen and (max-width: 292px) {
    .content h4{
        font-size: 30px
    }
.countdown{
    font-size: 20px;
}
}