@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Edu AU VIC WA NT Pre", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;

}
#content {
    width: 100vw;
    height: 100vh;
    background-image: url(assets/background-min.png);
    background-size:cover;
    background-position: bottom;

}

#header-content {
    background-color: grey;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

#content-wrapper {
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
}

#content-text {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: white;
    height: 80vh;
    /* border: 1px solid red; */

}

#logo {
    height: 25vh;
    /* border: 1px solid blue; */
    margin: auto;
}

#coming-soon {
    display: block;
    text-align: center;
    font-size: xx-large;
    /* border: 1px solid green; */
}