body {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: #fafafa;
  color: #111;
  line-height: 1.6;
  text-align: center;
}

pre {
  white-space: pre-wrap;
}

.fiction-notice {
  margin-top: 80px;
  padding-top: 12px;
  border-top: 1px solid #ddd;

  font-size: 0.7em;
  color: #666;
  opacity: 0.6;
}