img {
  display: block;
  height: 5em;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center bottom;
  margin: 2em auto 0px auto;
}

h2 {
  margin-top: 0.5em;
  text-align: center;
}

h2 + * {
  margin-top: 1em;
}

.tearout {
  margin-top: 2em;
}
