@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Foundation:wght@400;600&family=Poppins:wght@200;400;600&display=swap');

* {
    box-sizing: border-box;
}

body{
    background-image: url(./img/clouds.jpg);
    background-size: cover;
    background-position: center center;
    font-family: 'Edu NSW ACT Foundation', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

h1{
    font-weight: normal;
    font-size: 4rem;
    margin-top: 5rem;
}

.countdown-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.countdown-el {
    text-align: center;
    width: 10em;
}

.countdown-el span {
    font-size: 1.5rem;
}