body{
  font-family: Arial, sans-serif;
  line-height: 1.65;
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 20px;
  color: #111827;
  background: #fff;
}
a{color:#911818}
header,footer{
  border-bottom:1px solid #e5e7eb;
  margin-bottom:24px;
  padding-bottom:16px;
}
footer{
  border-top:1px solid #e5e7eb;
  border-bottom:0;
  margin-top:32px;
  padding-top:16px;
  color:#6b7280;
}
h1{
  font-size:32px;
  line-height:1.2;
}
h2{
  margin-top:28px;
}
.legal-note{
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:18px 20px;
  margin:20px 0;
}
