body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  max-width: 48rem;
  margin: auto;
  text-align: center;
  background: #171717;
  color: #c5c8c6;
  font: 100% monospace;
}
