* {
    margin: 0;
    padding: 0;
    padding-top: 2.5%;
    box-sizing: border-box;
    color:antiquewhite;
}

body {
    font-family: "Lato", sans-serif;
}

h2 {
    font-size: 7rem;
    font-weight: bold;
}
.coming-soon {
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.countdown {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.day,
.hour,
.minute,
.second {
    font-size: 6rem;
}

.waiting {
height: 50vh;

}