@font-face {
  font-family: 'Bedstead';
  src: url('bedstead-boldcondensed.otf') format('opentype');
}

body {
  background-color: black;
  color: white;
  font-family: 'Bedstead', monospace;
  white-space: pre;
  width: 80ch;
  margin: auto;
  padding: 1em;
  line-height: 1.2;
  font-size: 25px;
}

h1, h2 {
  color: red;
  margin: 0.5em 0;
}

hr {
  border: none;
  border-top: 2px dashed red;
  margin: 1em 0;
}

a {
  color: yellow;
  text-decoration: underline;
}

a:hover {
  color: cyan;
}

strong {
  color: red;
}

u {
  text-decoration: underline;
  color: magenta;
}
.code-line {
  color: limegreen;
  font-family: 'bedstead', monospace;
}


