* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    overflow: hidden;
}

body {
    width: 100vw;
    height: 100vh;
    background-color: #2a2a2e;
    color: #eee;
    font-family: 'Courier New', Courier, monospace;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* -------------------------------------------- */
/*                   Footer                     */
/* -------------------------------------------- */

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}