
*{
    box-sizing:border-box;
}

body{
    background-image: url("1.jpg");
    font-family: 'Poppins', sans-serif;
    margin:0;
    display:flex;
    flex-direction: column;
    min-height :100vh;
    background-size: cover;
    background-position: center center;
    align-items:center;
    justify-content: center;
}

h1{
  font-size:3rem;
  margin-top: -15rem;
  font-weight: 100;
}

.big-text{
    
    
    margin: 0 3rem;
    line-height: 2rem;
    font-size: 3rem;
    font-weight: bold;
}

.countdown-container{

    display:flex;

}
.timer {  
text-align: center;
}
.timer span{
    font-size: 1rem;
    font-weight: 700;
}