p {
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
h3 {
    margin-top: 3em
    }
hr {
    width: 33%;
    margin-top: 1em;
    margin-bottom: 1em
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
.poem {
    margin-left: 3em
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem p {
    margin: 0;
    padding-left: 3em;
    text-indent: -3em
    }
.poem p.indent1 {
    margin-left: 1em
    }
.poem p.indent3 {
    margin-left: 3em
    }