body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  color: #162033;
  background: #f7f8fb;
}

main {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 18px 56px;
}

h1 {
  font-size: 2rem;
  line-height: 1.15;
}

h2 {
  margin-top: 28px;
  font-size: 1.25rem;
}

p {
  font-size: 1rem;
}
