body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0 auto;
  width: fit-content;
}

.container,
p {
  max-width: 666px;
}

p {
  line-height: 1.2;
  text-wrap: balance;
}

.container {
  border: 1px dashed black;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;

  h2 {
    margin: 0 0 1rem 0;
  }
}
