
body {
  background-color: black;
}

h1 {
    color: white;

}

p {
    color: white;
}

pre {
    color: white;
}

/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: white;
}