body {
  background-color: black;
  color: #FFBF00;
  font-family: monospace, 'Courier New';
  font-size: 14pt;
  -webkit-user-select: none;
  user-select: none;
  padding-right: 1rem;
}

span {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #FFBF00;
  color: black;
  font-weight: bold;
  white-space: pre-wrap;
}

section, nav {
  padding-left: 1rem;
}

a, a:active, a:link, a:visited {
  color: inherit;
}

a:hover {
  background-color: #FFBF00;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a:hover::after {
  content: " >>";
}
