body {
    margin: 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: black;
}


/* FOOTER */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 50;
}

footer a {
    color: #ccccff;
    text-decoration: none;
    margin: 0 6px;
}

footer a:hover {
    text-decoration: underline;
}