body {
    background-color: black;
    color: #33ff33;
    font-family: 'Courier New', Courier, monospace;
    padding: 1rem;
}

a {
    color: #00ffff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    white-space: pre;
}

a.link {
    display: block;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #ffffff;
    margin-top: 2rem;
}