body {
    background: black;
    color: greenyellow;
    font-family: monospace;
}

a {
    color: greenyellow;
}

a:hover {
    color: greenyellow;
}

a:active {
    color: greenyellow;
}

a:visited {
    color: greenyellow;
}

::selection {
    color: black;
    background: yellowgreen;
}