.content-wrapper h1 {
    text-align: center;
    font-variant: small-caps;
    margin-bottom: 1.5rem;
}
.content-wrapper h2 {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.content-wrapper h3 {
    text-align: left;
    margin-top: 1.5rem;
}
.content-wrapper ol,
.content-wrapper ul {
    margin-left: 1.5rem;
    padding-left: 1.2rem;
}
/* Indent the subsection headings */
.content-wrapper h3 {
    margin-left: 1.5rem;
    padding-left: 0.2rem;
}

/* Indent the paragraph immediately following each h3 */
.content-wrapper h3 + p {
    margin-left: 2rem;
}
.content-wrapper {
    max-width: 1100px;
}

/* Indent lists that follow an h3 */
.content-wrapper h3 + ul,
.content-wrapper h3 + ol {
    margin-left: 2rem;
}
.content-wrapper {
    max-width: 80ch;
    margin-left: var(--nav-width);
    margin-right: auto;
    background-color: #e6f0ff;
}

/* Indent additional paragraphs or lists that continue the same section */
.content-wrapper h3 ~ p,
.content-wrapper h3 ~ ul,
.content-wrapper h3 ~ ol {
    margin-left: 2rem;
}
