body {
    background-color: black;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

a:not(:hover) {
    text-decoration: none;
    color: blue;
}

.nudge {
    margin: 0px;
    margin-left: 1em;
}

h2.title {
    margin-bottom: 0px;
}