@media screen and (max-width: 768px) {
    body {
        overflow-y: hidden;
    }
}

body {
    font-family: "Nunito Sans", sans-serif;
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-weight: 600;
    color: black;
    background: url("https://afar.brightspotcdn.com/dims4/default/30b8b33/2147483647/strip/true/crop/1300x862+0+0/resize/1440x955!/quality/90/?url=https%3A%2F%2Fk3-prod-afar-media.s3.us-west-2.amazonaws.com%2Fbrightspot%2Fe8%2F4d%2F70e98da54d74bd70219157a1043e%2Fscreen-shot-2022-12-22-at-3.09.05%20PM.png");
    background-size: cover;
    margin: 0px;

}
.container {
    height: fit-content;
    width: 80vw;
    padding: 100px 20px 20px 20px;
    background: url("https://img.freepik.com/premium-photo/white-crumpled-paper-texture-background-white-old-creased-wrinkled-paper-abstract-background_33867-2569.jpg");
    background-size: cover;
    border-radius: 20px;
}

.text {
    font-size: min(7.5vh, 3.75vw);
    display: flex;
    justify-content: space-around;
}

.countdown {
    font-size: min(18vh, 9vw);
}