body {
    background-color: #000000;
    color: #4d8eff;
    font-family: sans-serif;
    margin: 0;
    padding: 50px;
}

a {
    color: #ddd; /* This turns your links bright white */
    text-decoration: underline; /* Keeps the line underneath */
}

a:visited {
    color: white; /* This makes visited links light gray */
    text-decoration: underline; /* Keeps the line underneath */
}

