@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', sans-serif;
    background-image: url('https://images.unsplash.com/photo-1517299321609-52687d1bc55a?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover; 
    min-height: 100vp;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
   
    
}
h1{
    font-size: 3rem;
    margin-top: -5rem;
    font-weight: normal;
    margin-top: 3rem;
}

.countdown_container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.big-text{
    font-weight: bold;
    font-size: 5rem;
    line-height: 1;
    margin: 1rem 2rem;
}
.countdown-el {
    text-align: center;
    font-size: 1.5rem;
}
.countdown-el span{
    font-size: 1.3rem;
}

