body {
    background-color: var(--green-accent, green);
    height: 100dvh;
}

header {
    height: 0;
}

#menu-button {
    display: none;
}

.logo-link {
    display: none;
}

#home-logo {
    width: 80vw;
    height: auto;
    margin: 10dvh 9vw 0 5vw;
}

nav {
    position: absolute;
    top: 50dvh;
    left: 0;
    width: 100%;
    height: 40dvh;
}

nav ul {
    flex-direction: column-reverse;
    padding: 0;
    height: 40dvh;
}

nav ul > :first-child {
    display: none;
}

.site-description {
    font-size: 1.5rem;
    margin-top: 0;
    text-align: center;
}

.home-buttons {
    display: none;
}
