body {
    background-color: black;
    color: white;
}

a {
    color: cyan;
}

a:hover {
    color: white;
}