@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

* {
    box-sizing: border-box;
}

body {
    background-image: url('./background.jpg');
    background-size: cover;
    background-position: center, center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}

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

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

}

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

.countdown-container span {
    font-size: 1.5rem;
    margin: 1rem;
}

.comtrol{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.play {
height: 55px;
width: auto;
margin-top: 2rem;
}