:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #050505;
}

body {
  min-height: 100vh;
  margin: 0;
  color: #fff;
  background-color: #050505;
  background-repeat: no-repeat;
  background-position: top left;
  font-family: "Book Antiqua", Palatino, Georgia, serif;
}

img:not([usemap]) {
  max-width: 100%;
}

iframe {
  max-width: 100%;
  border: 0;
}

table {
  max-width: 100%;
}

a {
  text-underline-offset: 0.18em;
}

@media (max-width: 760px) {
  body {
    background-position: top center;
  }

  body > p:not(:has(img[usemap])) {
    padding-inline: 0.75rem;
  }

  body > div[style*="position: absolute"] {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 0.75rem !important;
    overflow: visible !important;
  }

  body[background*="BG_Front"] > table,
  body[background*="BG_Front"] > table > tbody,
  body[background*="BG_Front"] > table > tbody > tr,
  body[background*="BG_Front"] > table > tbody > tr > td {
    display: block;
    width: 100% !important;
  }

  body[background*="BG_Front"] > table > tbody > tr > td:first-child {
    display: none;
  }

  body[background*="BG_Front"] iframe {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
