/* Set the background color of the page */
body {
    background-color: black;
    color: white;
}
a {
    color: #58a6ff;
    text-decoration: none;
}

a:hover {
    color: #79c0ff;
}

a:visited {
    color: #c586c0;
}

a:active {
    color: #ff9800;
}
