/* Elements by ID */
#poetryTop {
	vertical-align: top;
	width: 100%;
	min-height: 150px;
	max-width: 1200px;
	background: none;
}

/* Classes */
.flexContainer {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 100px;
}

.poemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32pt;
	color: #C0C0C0;
}

.poemText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 1.5;
	margin: 0px 0px 40px 20px;
	text-align: left;
}

.subHeaderText {
	font-size: 18pt;
}

#propagandaContainer {
	width: 250px;
}

#propagandaImage {
	width: 100%;
}

#propagandaText {
	display: block;
	font-size: 10pt;
	text-align: center;
	width: 262px;
}
