@charset "UTF-8";
/* CSS Document */
body {
	text-align:  center;
	background-color: #2e53a5;
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.2rem;
	line-height: 1.75rem;
}
img.rounded {
	border-radius:  20px;
}
#poem1 {
	width: 90%;
	margin:  0 auto;
	padding-top: 40px;
}