body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-size: 1.125rem;
}

main {
    flex: 1;
    padding-bottom: 120px;
}

@font-face {
    font-family: "RetroGaming";
    src: url('/font/RetroGaming.woff');
}

h1 {
    font-family: 'RetroGaming';
}

.retro-gaming {
    font-family: 'RetroGaming';
}

ul > li {
    text-align: left;
}