.margins {
    margin: 1em 15%;
}

/*p:not(.endnote):not(.verse):not(.jpntitle):not(.endnote p):not(.verse p):not(.jpntitle p):not(.center) {
    text-indent: 2em;
}*/

p {
    text-indent: 2em;
}

h2, h4, .flowers, .center{
    text-align: center;
}

.jpntitle {
    text-align: center;
    font-style: italic;
    margin-bottom: 1em;
}

i, .endnote{
    font-style: italic;
}

.verse{
    margin: 1em 20%;
    font-style: italic;
}

.verse p{
    text-indent: -1em !important;
}

.endnote, .jpntitle, .endnote p, .jpntitle p, .center, .center p {
    text-indent: 0 !important;
}

.verse > p, .margins > p, .center > p, p {
    margin: 0;
}

hr {
    width: 90%;
    background: black;
}

.endnote {
    margin: 1em 0;
}