body {
  background: #fff;
  color: #000;
  font-family: monospace;
  padding: 2rem;
  line-height: 1.5;
}

.ascii {
  white-space: pre;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h1 {
  margin: 0.5rem 0;
}

h3 {
  margin-top: 2rem;
}

.updates p {
  margin: 0.75rem 0;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
