body {
    line-height: 1.1;
    margin: 0 auto;
    font-family: Georgia, serif
    }
h1 {
    text-align: center;
    font-weight: normal;
    font-size: 1.4em;
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto
    }
h2 {
    text-align: center;
    font-weight: normal;
    page-break-before: always;
    font-size: 1em;
    margin-top: 3em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto
    }
h2.nobreak {
    page-break-before: avoid
    }
p {
    text-indent: 1.15em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    text-align: justify
    }
blockquote {
    font-style: italic
    }
blockquote div.footer {
    text-align: right
    }
.poem {
    display: inline-block;
    text-align: left
    }
.poem-wrapper {
    text-align: center
    }
.stanza br {
    line-height: 1.8
    }
.illustration-center {
    text-align: center
    }
.thought-break {
    height: 0.7em
    }
.pagebreak {
    page-break-before: always;
    border: none;
    border-top: 2px solid #ccc;
    margin: 2em 0
    }
div.figure {
    text-align: center
    }
div.figure img {
    display: inline-block
    }
div.figcaption {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    margin-top: 0.5em
    }
li {
    font-size: 0.9em;
    padding-bottom: 0.5em
    }
table.frontmatter {
    width: 100%
    }
table.frontmatter td {
    text-align: center
    }
ul.list-of-illustrations li {
    list-style-type: none;
    font-size: 0.9em
    }
.list-of-illustrations-table {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%
    }
img {
    max-width: 100%;
    height: auto
    }