.legal {
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 8px auto;
  padding: 20px;
  /*background-color: rgb(243 244 246);*/
  /*border-color: rgb(243 244 246);*/
  border: medium solid dimgray;
}
.legal h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  color: #2c3e50;
}
.legal h2 {
  font-size: 1.8em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #2d3748;
}
.legal h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #2d3748;
}
li:has(h3)::marker {
  font-size: 1.5em;
}
.legal h4 {
  font-size: 1.3em;
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #2d3748;
}

.legal p {
  margin-bottom: 1em;
}
.legal ul {
  list-style-type: disc;
  margin-left: 2em;
  margin-bottom: 1em;
}
.legal ol {
  list-style-type: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
.legal li {
  margin-bottom: 0.5em;
}
.legal a {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .legal {
    margin-right: 10px;
    margin-left: 10px;
  }
}
