@media all and (max-width: 490px) {
  .page {
    /* Scales typography and layout footprint down by 12.5% on mobile viewports */
    zoom: 87.5%;
    margin: 6px;
    max-height: calc((100svh - 40px) / 0.875)
  }

}
