
* {
    font-family: "League Spartan", serif;
    font-optical-sizing: auto;
}

main {
    margin-top: 6em;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

footer {
    margin-top: 2em;
}

.logo {
    font-family: "League Spartan", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 4em;
    margin: 8px;
    background-color: white;
}

.nav {
    position: fixed;
    top: 0;
}

.content {
    max-width: 70em;
    width: 100%;
    font-size: 1.5em;
    outline: 2px dotted lightgray;
    outline-offset: 1em;
}