body {
  background-color: #022;
  color: #fff;
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
}

a {
  color: #0ff;
}

dd {
  font-size: 16px;
}

dd::before {
  content: ">";
}

.intro {
  font-style: italic;
  border: 1px dashed white;
  padding: 10px;
}

.subtitle {
  color: #f0f;
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 0px;
}