@import url(../stuff.css);

body {
  background: #000;
  color: #fff;
  font-family: courier;
  font-size: 0.9em;
  line-height: 1.5em;
  font-variant-ligatures: none;
  max-width: 60ch;
}

::selection {
  color: black;
  background-color: white;
}

h1 {
  font-style: oblique;
}

a {
  font-weight: 800;
}

small {
  font-size: 1em;
  font-weight: 800;
  color: #777;
}
