.simple-text {
  text-align: center;

  & p {
    font-family: var(--font-value-med);
  }
}

.st-wrapper {
  max-width: max(84.5rem, 60%);
  margin-inline: auto;
}

.st-wrapper :is(h1, h2, h3, p) {
  color: var(--color-pale-yellow);
}

.st-contents h2 {
  margin-bottom: 2rem;
}

.st-content > * {
  --font-size: 2.6rem;
}

