body {
  background-color: black;
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a {
  color: white;
  text-align: center;
}
div.container {
  text-align: center;
  color: white;
}
ul {
  list-style-position: inside;
  text-align: center;
  padding: 0;
  color: white;
}
