/* css styles */
html, body {
  font-family: "Courier", Courier, monospace;
  background-color: #474747; /* off-black */
  color: #cccccc;            /* grey text */
  -webkit-font-smoothing: none;  /* remove anti-aliasing */
}

/* remove bold headings */
h2, h3, h4, h5, h6 {
  font-weight: normal;
}
