body {
  background-color: #000000;
  font-family: Helvetica,sans-serif;
}
h1 {
  font-size: 40px;
}
p {
  font-size: 24px;
}
.centered {
  text-align: center;
}
.italic {
  font-style: italic;
}
.dark {
  color: #333333;
}
.light {
  color: #eeeeee;
}