html, body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  background: #070503;
}

body {
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

.poster-page {
  width: 100vw;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #070503;
  overflow: hidden;
}

.poster {
  display: block;
  width: 100vw;
  height: 100dvh;
  object-fit: contain;
  object-position: center center;
  background: #070503;
}

.legal-links {
  position: fixed;
  right: 18px;
  bottom: 14px;
  z-index: 10;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255,255,255,.74);
  background: rgba(0,0,0,.42);
  padding: 6px 10px;
  border-radius: 999px;
}

.legal-links a {
  color: rgba(255,255,255,.88);
  text-decoration: none;
}

.legal-links a:hover,
.legal-links a:focus {
  color: #e1c16d;
  text-decoration: underline;
}

.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 36px 22px 54px;
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: 12pt;
  line-height: 1.45;
  color: #f3efe6;
  background: #070503;
}

.legal-page h1 {
  margin-top: 0;
  color: #e1c16d;
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: 22pt;
  font-weight: 400;
}

.legal-page h2 {
  margin-top: 1.6em;
  color: #e1c16d;
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: 14pt;
  font-weight: 600;
}

.legal-page p,
.legal-page li {
  font-size: 12pt;
}

.legal-page a {
  color: #f8f2df;
  text-decoration: underline;
}

.legal-page a:hover,
.legal-page a:focus {
  color: #e1c16d;
}

.small-note {
  color: #d7ccb9;
}

.back-link {
  display: inline-block;
  margin-top: 2rem;
  color: #e1c16d !important;
}

@media (max-width: 780px) {
  .poster-page {
    width: 100vw;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
  }

  .poster {
    width: 100vw;
    height: 100dvh;
    max-width: 100vw;
    max-height: 100dvh;
    object-fit: contain;
    object-position: center center;
  }

  .legal-links {
    right: 8px;
    bottom: 8px;
    font-size: 10px;
    padding: 5px 8px;
  }

  .legal-page {
    font-size: 11pt;
    padding: 26px 18px 44px;
  }

  .legal-page p,
  .legal-page li {
    font-size: 11pt;
  }
}
