.heading {
    font-family: "poppins";
    font-weight: bold;
    font-size: 60px;
    margin: auto;
    display: contents;
}
.qts {
    font-family: "poppins";
    font-size: 20px;
}
.soon {
    color: rgb(210, 110, 20);
    
}
.footer{
    font-family: "poppins";
    font-weight: lighter;
    font-size: 12px;

}

@media screen and (min-width: 1600px){

    .footer{
        font-family: "poppins";
        font-weight: lighter;
        font-size: 20px;
        position: relative;
        top: 350px;
    
    }
    .timer {
        position: relative;
        top: 100px;
    }
    
}