*{
    box-sizing: border-box;
}

body {
    background-image: url("snow2.jpg");
    background-size: cover; 
    background-position: center;
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    

}

.countdown-continer {
    display: flex;
}

h1 {
    font-weight: normal;
    font-size: 4rem;
    margin-top: 5rem;
    color: rgb(230, 28, 28);
    font-weight: bolder;
    background-color: rgba(14, 15, 6, 0.747);
    border-radius: 30px;
    box-shadow:  0 5px 10px rgb(230, 28, 28);


}
.big-text {
    font-weight: bold;
    font-size: 6rem;
    line-height: 1;
    margin: 0 2rem;
    
}


.cd-el  {
    text-align: center;
}

.cd-el span {
    
    font-size: 1.3rem;
    color: rgb(230, 28, 28);
    font-weight: bolder;
    background-color: rgba(14, 15, 6, 0.747);
    border-radius: 30px;
    box-shadow:  0 5px 10px rgb(230, 28, 28);
    
}
