body {
  background-color: black;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: center;
}
h1 {
    text-shadow: 2px 2px 4px #aaa;
}
br {
    margin-bottom: 20px;
}