body {
  grid-template-columns: 1fr min(65rem, 90%) 1fr;
  font-size: 1rem;
  line-height: 1.3;
}

body > header p {
  max-width: 45rem;
}