html {
  background: white;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
}

div#title {
  text-align: center;
}

h1 {
   font-size: 1em;
}

div#content {
  text-align: center;
}

p#classname {
  font-size: 3em;
  font-family: 'Lucida Console', Courier, monospace;
}
