body {
  line-height: 1.6;
}

h1 {
  text-align: center;
  font-size: 1.25rem;
}

h2 {
  font-size: 1.1rem;
}

p {
  margin: 0;
  font-size: 1rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}

th,
td {
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

ol,
ul {
  padding-inline-start: 2rem;
  list-style: revert-layer;
}

.section {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.nested-list {
  list-style-type: none;
  padding-left: 0;
}

.hightlight {
  background-color: #d3f1a7;
}

.no-bullets {
  list-style-type: none;
}
