:root {
  color: #18322f;
  background: #f6f2ea;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
}

main {
  max-width: 760px;
  padding: 48px 22px;
}

h1 {
  font-size: 40px;
  line-height: 1.08;
  margin: 0 0 14px;
}

h2 {
  font-size: 22px;
  margin: 30px 0 8px;
}

p, li {
  color: #4d5b55;
  font-size: 18px;
  line-height: 1.55;
}

a {
  color: #2d6a4f;
  font-weight: 700;
}
