body {
  color: white;
  font-family: Lucida Console, Courier New, monospace;
  font-size: 16px;
  background: #550055;
}
h1, h2, h3 {
  color: white;
}
div {
  white-space: pre-wrap;
}
a {
  color: #aa00ff;
  text-decoration: none;
}
.fw {
  max-width: 100%;
  height: auto;
}