body {
  background-color: black;
  color: white;
  text-align:center;
}
main {
  margin:auto;
  text-align:left;
  max-width:50%;
  white-space: pre-line;
}
a {
  color:red;
}
a :visited {
  color:red;
}