.prose {
    margin: 0 4rem;
    padding: 1rem 2rem;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.1;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 1rem;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
    }

    h1 {
        font-size: 2.35em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.75em;
    }

    h4 {
        font-size: 1.5em;
    }

    h5 {
        font-size: 1.25em;
    }

    h6 {
        font-size: 1em;
    }

    p {
        margin-top: 0px;
        margin-bottom: 2.5rem;
    }

    small,
    sub,
    sup {
        font-size: 75%;
    }

    hr {
        border-color: #1d7484;
    }

    a {
        text-decoration: none;
        color: #1d7484;
    }

    a:visited {
        color: #144f5a;
    }

    a:hover {
        color: #982c61;
        border-bottom: 2px solid #4a4a4a;
    }
}