body {
  margin: 0;
  background: #fff;
  color: #111;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
}

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 40px 24px;
  box-sizing: border-box;
}

img {
  width: min(82vw, 820px);
  max-height: 72vh;
  object-fit: contain;
  display: block;
}

p {
  margin: 0;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 14px;
}