body {
	background: #FFF;
	color: #111;
	font: 18px Baskerville, "Palatino Linotype", "Times New Roman", Times, serif;
	text-align: left;
	white-space: nowrap;
	}
	
	div, h1, h2, p {
		margin: 0;
		padding: 0;
}

#poem { 
	margin: auto;
	padding: 20px 0;
	text-align: left;
	width: 390px;
	white-space: nowrap;
}
h1, h2 {
	font-weight: normal;
	text-align: left;
	padding-left: 60px ;
}
h1 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 10px;
}
h2 {
	color: #666;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 30px;
}
p {
	line-height: 1.5;
	margin-bottom: 15px;
}
#poem p:last-child {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.items {
  display: flex;
  justify-content: space-between;
}
