#wip_notice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: var(--navbar_height);
    padding: 2em;
    font-family: Lexend, sans-serif;
    font-weight: 300;
    text-align: center;
}

#wip_notice h1 {
    font-size: 3em;
    font-weight: 600;
    max-width: 100vw;
}