body {
  margin: 0;
  background: #f4f6f8;
  color: #142b42;
  font:
    1.1rem/1.6 system-ui,
    sans-serif;
}
main {
  max-width: 42rem;
  margin: 12vh auto;
  padding: 2rem;
}
h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.15;
}
a {
  color: #005ea8;
}
.eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
}
