* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Times New Roman" serif;
  font-size: 15pt;
  padding-bottom: 3em;
}
header {
  margin: 5vw 5vw 4em;
  line-height: 1.25em;
}
h1 {
  font: 1.45em normal;
  margin-bottom: 0.4em;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
figure {
  margin: 1em auto 1em;
}
img {
  display: block;
  margin: auto;
  max-width: 100vw;
  max-height: 92vh;
}
p {
  text-align: center;
  margin: 1em;
  text-wrap: balance;
}
@media (orientation: portrait) {
  header {
    margin-top: 7wv;
  }
  img {
    max-height: none;
  }
  p {
    font-size: 13pt;
    font-size: 4.8vw;
    font-size: min(4.8vw, 15pt);
  }
}