body {
  background-image: url("background.gif");
  color: #fb5;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fb5;
  font-family: monospace;
}

h2 {
  color: lime;
}

div.center {
  text-align: center;
}

p.cyan {
  color: cyan;
}

p.magenta {
  color: magenta;
}
