body {
  background: #0a0c0b;
}
pre {
  line-height: 1.5;
  background: transparent;
  color: #cbccc6;
  white-space: pre-wrap;
  word-break: break-word;
}
a:link, a:visited {
  color: #9ed0b0;
  text-decoration: none;
  border-bottom: 1px dotted #6a8f7a;
}
a:hover, a:active {
  color: #151f1a;
  background: #b7e0c4;
  border-bottom: 1px solid #b7e0c4;
}
abbr {
  border-bottom: 1px dashed #708a7a;
  cursor: help;
}
h1 {
  font-family: monospace;
  color: #cbccc6;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}
.quote {
  color: #b8c9c0;
  border-bottom: 1px dashed #4d665a;
  padding-bottom: 1px;
}
.quote::before {
  content: "\201c";
  color: #6a8f7a;
}
.quote::after {
  content: "\201d";
  color: #6a8f7a;
}