html {
    background-color: #800;
}

body {
    font-family: "Courier New", Courier, monospace;
    text-align: center;
    display: flex;
    color: #000000;
    flex-direction: column;
    max-height: 100vh;
}

.header-text {
    font-weight: bolder;
    font-size: 14vh;
    margin-top: 2vh;
}

.homepage-text {
    font-weight: 600;
    font-size: 7vh;
    margin: 0 1.5vh 1.5vh;
}

.homepage-span {
    padding: 0px 0.9vw;
}

#countdown-img {
    /* qmisk logo */
    margin-top: 2vh;
    max-height: 35vh;
}

/* start countdown css */
ul {
    color: #fcd12a;
    justify-content: center;
    padding: 0;
}

li {
    display: inline-block;
    font-size: 1.5em;
    padding: 0 0.7em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4vh;
}

li span {
    display: block;
    font-size: 14vh;
    font-family: "Segment7Standard";
}
/* end countdown css */

@media screen and (max-width: 1000px) {
    .header-text {
        font-size: 6vh;
        margin: 2vh 0 0;
    }

    .homepage-text {
        font-size: 3vh;
        margin: 0vh 1vh 1vh;
    }

    .homepage-span {
        display: block;
        position: relative;
        word-spacing: 1vh;
    }

    ul {
        margin-bottom: -2vh;
        display: grid;
        grid-template-columns: auto auto;
        grid-row: auto auto;
        align-content: center;
    }

    .countdown {
        align-content: center;
        justify-content: center;
    }

    li span {
        font-size: 10vh;
    }

    li {
        display: inline-block;
        font-size: 1.5em;
        margin: 1.5vh 0;
        font-size: 3vh;
        align-content: center;
    }

    img {
        margin-top: 2vh;
        max-width: 95vw;
    }
}
