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

html, body {
  height: 100%;
}

body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/20231224_evergreen_solstice.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Georgia, 'Times New Roman', serif;
}

.quote-box {
  background-color: rgba(0, 0, 0, 0.825);
  color: #f5f5f5;
  max-width: 58rem;
  padding: 2.5rem 3rem;
  border-radius: 1.5rem;
  text-align: center;
}

.error-code {
  font-size: 5rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 1.25rem;
  color: hsl(45, 80%, 62%);
}

.quote-text {
  font-size: 2.1rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  color: hsl(45, 80%, 62%);
}

.quote-emphasis {
  display: block;
  margin-top: 1.68rem;
}

.quote-attribution {
  font-size: 1.1rem;
  color: hsl(80, 30%, 50%);
}

.quote-lost {
  font-size: 1.8rem;
  font-style: normal;
  margin-top: 1.68rem;
  color: hsl(45, 80%, 62%);
}

.quote-lost a {
  color: hsl(45, 80%, 62%);
}
