body
{
    font-size: 1.25rem;
    background-color: #f0f6f0;
    color: #222323;
    margin: 0;
    font-family: "Special Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 430;
    font-style: normal;
    font-variation-settings: 
        "wdth" 100;

    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.dark-mode {
    background-color: #222323;
    color: #f0f6f0;
}

.dark-mode a {
    color: lightskyblue
}

.dark-mode a:visited {
    color: #6d4b8d; 
}