:root {
  color-scheme: light;
  font-family: Georgia, "Times New Roman", serif;
  color: #393d36;
  background: #faf8f3;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }

main {
  width: min(100% - 48px, 960px);
  margin-inline: auto;
  padding-block: 52px 40px;
  text-align: center;
}

h1 {
  margin: 0 0 28px;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: .025em;
}

.opening {
  margin: 0 0 38px;
  font-size: clamp(18px, 2.5vw, 27px);
  line-height: 1.55;
  text-wrap: pretty;
}

.opening span { display: block; }
.artwork { display: block; width: 100%; height: auto; }
footer { padding-top: 25px; font-size: 15px; line-height: 1.7; }
.credits { margin: 0; }
.and { padding-inline: 3px; }
.contact { margin: 17px 0 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: #74506c; }
a:focus-visible { outline: 2px solid #74506c; outline-offset: 5px; }

@media (max-width: 540px) {
  main { width: calc(100% - 32px); padding-block: 32px; }
  h1 { margin-bottom: 24px; font-size: 24px; }
  .opening { margin-bottom: 28px; }
  footer { font-size: 14px; }
}
