.md-content h2 {
    font-size: 1.0rem !important;
    line-height: 1.3 !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
  }

  .spacer {
    margin-top: 3em;
  }

/* Justify body text inside article content */
article p {
  text-align: justify;
  text-justify: inter-word;    /* improves spacing between words */
}

/* Also justify list items (optional, but usually desirable) */
article li {
  text-align: justify;
  text-justify: inter-word;
}

.microspacer {
  display: block;
  height: 0.2em;   /* adjust this value */
}

.minispacer {
  display: block;
  height: 0.4em;   /* adjust this value */
}

/* Make H2 smaller (RST --- underlines map to <h2>) */
article h2 {
  font-size: 1.2rem !important;    /* or 0.95rem if you want very small */
  font-weight: 700 !important;
  margin-top: 1.4em !important;
  margin-bottom: 0.2em !important;
  line-height: 1.3 !important;
}