html, body {
    background-color: black;
    color: magenta;
    text-align: center;
    font-size: large;
    font-family: 'Marcellus';
}

h1 {
    font-family: 'Marcellus SC';
}

a {
    color: magenta;
}

.banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 66%;
}

.links {
    left: 0%;
    position: fixed;
    width: 100%;
}

.links h2 {
    display: inline;
}

#footer {
    bottom: 0%;
    left: 0%;
    position: fixed;
    width: 100%;
}