body {
  background-color: black;
  color: white;
  text-align: center;
  font-family: serif;
  padding: 10px;
}

h1 {
  font-size: 4em;
}

h2 {
  font-weight: normal;
}

a {
  color: white;
}

.different {
  text-align: left;
}