.hero-art {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-art > img {
  max-width: 60%;
  max-height: 100%;
}
code { word-break: break-all; }
