body {
  background-color: black;
  font-family: 'Open Sans', sans-serif;
}
p {
  color: white;
  font-size: 1,5em
}


h1 {
  color: white;
  font-size: 8em
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: grey;
}

/* selected link */
a:active {
  color: red;
}