body {
    font-family: 'Courier New', Courier, monospace;
    background-color:black
}
main {
    color: white;
    text-align: center;
}
footer {
    position: fixed;
    left: 2%;
    bottom: 0;
    font-size: 2vmin;
    color: gray;
}
a {
    color: lightgray;
}
h1 {
    font-size: 5vmin;
}
h2 {
    font-size: 3vmin;
}
.ascii-logo {
    white-space-collapse: preserve;
    font-size: 1vmin;
}
.fit-picture {
    width: 40vmin
}