body {
  color: white;
  background-color: #3f3e3e;
  margin: 0;
  padding: 0;
  font-family: Courier New, Courier, mono;
}
div {
  font-size: 90%;
}
h1 {
  font-size: 14pt;
  font-family: Courier New, Courier, mono;
  color: white;
  font-weight: bold;
  text-align: center;
}
