body {
  background-color: black;
  color: white;
  text-align: center;
  font-family: Helvetica;
}

h1 {
  outline-color: red;
  outline-style: outset;
}
