h1 {
	max-width: 60ch;
}

p {
  font-weight: 400;
  font-size: clamp(1rem, 1vw, 1rem);
  max-width: 70ch;
}