:root, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;

    font-family: "Alan Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;

    --nav-height: 60px
}

body {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

main {
    text-align: center;
    margin-top: 50vh;
    transform: translateY(-25%);
}