html, body {   
    height: 100vh;
    margin: 1rem;

    font-family: monospace;
    font-size: x-large;
    color:#0F0;

    background: #000; 
}


.nav {
    padding: 1rem;
    width:fit-content;

    border: 2px solid #0F0;
}

.nav-logo {
    font-size: large;
}


a:visited, a:link {
    color: #0F0;
    text-decoration: none;
}

a:hover {
    color: #5F5;
    text-decoration: none;
}

a:active {
    color: #0B0;
    text-decoration: none;
}

/* ---------------------------------------------- */

.footer-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}