*{  
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{ 
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url('Images/ramen.jpg');
    background-position: center;
    background-size: cover;
}

h1{ 
    text-align: center;
    font-size: 89px;
    font-family: 'Rubik Bubbles', cursive;
    margin-top: 9rem;
    color: #EFF5F5;
}

h2{ 
    font-family: 'Amatic SC', cursive;
    font-size: 79px;
    text-align: center;
    color: #FFFF00;
    font-weight: 800;
}

.countdown{ 
    text-align: center;
    margin-top: 2rem;
    font-size: 3.5rem;
    color: #ECC5FB;
}

span{   
    color: #CF0A0A;
}


