body {
  background-color: unset;
}

.document-rendered-content {
  margin: 2rem;
  text-align: justify;
  line-height: 3;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 1rem;
  text-align: left;
}

p,
ul li,
ol li {
  text-align: justify;
  font-size: 1rem;
}

ul,
ol {
  margin-left: 1rem;
}

a {
  color: unset;
  text-decoration: underline;
}

.footer a {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1rem;
}

tr {
  border: 1px solid var(--body-txt-color);
}

td,
th {
  padding: 0.75rem 1rem;
  border: 1px solid var(--body-txt-color);
}

@media screen and (min-width: 768px) {
  .document-rendered-content {
    margin: 0 auto 5rem;
    width: var(--text-content-max-width);
  }
}
