body {
  margin: 0;
  background: #f7f0e9;
  color: #2c2420;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}

main {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

a { color: #7a3443; }
.brand {
  display: inline-block;
  margin-bottom: 36px;
  color: #2c2420;
  font-family: Georgia, serif;
  font-size: 28px;
  text-decoration: none;
}
h1 {
  margin: 0 0 18px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 6vw, 56px);
  font-weight: 400;
}
h2 {
  margin: 34px 0 10px;
  font-size: 18px;
}
p, li { color: rgba(44, 36, 32, 0.74); }
.note {
  padding: 16px;
  border: 1px solid rgba(122, 52, 67, 0.18);
  border-radius: 10px;
  background: #fffaf5;
}
footer {
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(44, 36, 32, 0.12);
}
