body {
    font-family: 'VT323', monospace;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    /* horizontal */
    align-items: center;
    /* vertical */
    height: 100vh;
    margin: 0;
}