:root {
  color-scheme: light;
  --page-bg: #071f3a;
  --focus: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page-bg);
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.page {
  width: 100%;
}

.poster {
  position: relative;
  width: min(100%, 1024px);
  margin: 0 auto;
  background: #f5efe6;
}

.poster-image {
  display: block;
  width: 100%;
  height: auto;
}

.language-links {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.language-link {
  position: absolute;
  top: 70.4%;
  height: 17.7%;
  border-radius: 2.2%;
  pointer-events: auto;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(185, 138, 61, 0.28);
}

.language-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.language-link:focus-visible {
  outline: 5px solid var(--focus);
  outline-offset: -7px;
  box-shadow: 0 0 0 9px rgba(7, 31, 58, 0.92);
}

.language-link:active {
  background: rgba(185, 138, 61, 0.16);
}

.italian { left: 4.1%; width: 17.7%; }
.english { left: 22.5%; width: 17.7%; }
.french  { left: 40.9%; width: 17.7%; }
.german  { left: 59.3%; width: 17.7%; }
.spanish { left: 77.7%; width: 18.1%; }

@media (max-width: 600px) {
  .language-link {
    top: 70.1%;
    height: 18.2%;
  }
}
