body {
  inset: 0;
  position: absolute;
  background: #eee url('/images/crosses.png');
  padding: 0;
  margin: 0;
  line-height: 1.3;
  color: #333;
}
.page {
  margin: 8px;
  outline: none;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
  background: #eee;
  padding: 8px;
  position: absolute;
  inset: 0px;
  overflow: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #ccc #eee;
}
p {
  margin: 8px;
}
.remote {
  vertical-align: text-top;
  width: 16px;
  height: 16px;
}
a {
  text-decoration: none;
}

:is(#authors, #provenance) a {
  margin-left: 16px;
}

.page:has(> img, svg) {
  overflow: hidden;
  scrollbar-gutter: auto;
}

.page > img,
svg {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}
