* { box-sizing: border-box; }

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

body {
  display: flex;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
}

.splash {
  width: min(100vw, 1384px);
  line-height: 0;
}

.artwork {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1384px;
}

/* Accessible content remains available to screen readers without changing the artwork. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
