body {
    font-family: "EB Garamond", Garamond, Georgia, serif;
    font-size: 1.00rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1.25rem;
}

h1 {
    font-size: 1.25rem;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #c00000;
}

h2 {
    font-size: 1.25rem;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #00c000;
}

h3 {
    font-size: 1.25rem;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #0000c0
}

p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
    margin-top: 1.25em;
    margin-bottom: 0.5em;
}

.quote {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    color: blue;
}

.header-image {
        max-width: 100%;
        height: auto;
        display: block;
        border: 0px;
    }

.book-image {
        max-width: 100%;
        height: auto;
        display: block;
        border=1px solid #0040c0;
        padding: 4px;
    }
    
img {
max-width: 100%;
    height: auto;
    display: block;
}

ul {
    font-size: 1.0rem;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #000080;
}
