body {
  font-family: monospace;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

body div {
  width: 80ch;
  flex-shrink: 1;
}

h1 {
  text-align: center;
}

a {
  color: inherit;
}

.art {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
