body {
    background: #323;
    color: #DFD;
    font-family: monospace;
}

body, html {
    width: 100%;
    margin: 0;
}

#content {
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    color: #DFD;
}
