@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Ubuntu:ital,wght@1,300&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;

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

h1{
    font-size: 4vw;
    font-weight: bold;
    padding:0;
    margin: 0;
}
span{
    color:rgb(29, 168, 255);
}
h3{
    font-size: 3vw;
    padding:0;
    margin: 0;

}
.coming-soon{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw;
    
}
.countdown{
    display:flex;
    justify-content: space-around;
    text-align: center;
}
.day,
.hour,
.minute,
.second{
    font-size: 3vw;
    padding: 4rem;
    margin: 0;
}

.waiting {
    max-width: 100%;
    margin-top: 1em;
    height: auto;
  }
/*p::before{
    content: 'Hello';
    background-color: red;
    font-size: 20px;
    
}*/