body {
  font-family: var(--sans-font);
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
h1 {
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
h2 {
  margin-top: 30px;
  font-size: 1.3em;
}
p,
li {
  font-size: 16px;
  margin-bottom: 12px;
}
ul {
  padding-left: 20px;
}
.highlight {
  font-weight: bold;
}
.footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #000000;
  font-size: 14px;
  text-align: center;
}
