html, body {
  margin: 0;
  height: 100%;
  background: #000;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
p {
  margin: 1rem 0 0;
  color: #888;
  font-family: monospace;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
img {
  max-width: 70vw;
  max-height: 70vh;
  object-fit: contain;
}
