Code:
.stanza {
margin-top: 1em;
margin-right: 0;
margin-bottom: 1em;
margin-left: 2em;
text-align: left;
.stanza p {
padding-left: 2em;
text-indent: -2em;
}
The above is your code. The blow is the fixed code.
Code:
.stanza {
margin-top: 1em;
margin-right: 0;
margin-bottom: 1em;
margin-left: 2em;
text-align: left;
text-indent: -2em;
}