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

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