/* -- Countdown Clock CSS --*/
/* ----By Kaylynn Lupien----*/

*{
    box-sizing: border-box;   
}

body{
    background-image: url("../img/Tree1Resize1.jpg");
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    color: rgb(41, 83, 33);
    font-family: "Bilbo", cursive;
    font-weight: 650;
    font-style: normal;
}

h1{
    text-align: center;
    font-weight: normal;
    font-size: 5rem;
    margin-top: 5rem;
    color: rgb(43, 104, 31);
    font-family: "Bilbo", cursive;
    font-weight: 900;
    font-style: normal;
}

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

span{
    font-size: 3rem;
}

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