body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 46rem;
  margin: 12vh auto;
  padding: 0 1.25rem;
  line-height: 1.6;
  color: #111;
}

code {
  background: #f2f2f2;
  padding: 0.15rem 0.35rem;
  border-radius: 0.3rem;
}

#status,
pre {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  background: #f7f7f7;
  border-radius: 0.7rem;
}

small {
  color: #555;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
}
