@font-face {
  font-family: 'OCR A';
  /* src: url('/fonts/OCR\ A\ Std\ Regular.ttf'); */
  src: url('fonts/OCR A Std Regular.ttf');
}

body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: 'OCR A';
  font-size: 18px;
  line-height: 1.6em;
  color: black;
}

h1, h2, h3 {
  font-family: 'OCR A';
  font-weight: normal;
  color: black;
}

h1 a {
  color: black;
}

h1 a:visited {
  color: black;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.side-by-side-container {
  display: flex;
  justify-content: center;
}

.side-by-side-image {
  width: 45%;
}

.side-by-side-image:first-child {
  margin-right: 10px;
}
