.poem header {
	font-family: "Routed Gothic", sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	text-align: center;
	padding-bottom: 2%;
	margin-bottom: 0;
}
.poem .body { font-style: italic; }
.poem footer {
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
	border-top: 1px dotted #444;
}

.poem { padding: 0 5%; }
