.simple-content {
  font-size: 1rem;
}
.simple-content h2 {
  font-size: larger;
}
.simple-content a {
  color: var(--link-color);
  font-weight: bold;
  text-decoration: none;
}
.simple-content ol > li::marker {
  font-weight: bolder;
}
.simple-content figure {
  width: 70%;
  padding: 0;
  margin: auto;
  margin-bottom: 2rem;
  text-align: center;
}
.simple-content figure img {
  max-width: 100%;
  border-radius: 8px;
}
.simple-content figure figcaption {
  font-size: 0.9rem;
}
@media screen and (orientation: portrait) {
  .simple-content figure {
    width: 98%;
  }
}
/*# sourceMappingURL=simple-content.css.map */