body {
	background-color: lavender;
	margin: 0 auto;
	padding: 0px;
	font-family: Helvetica;
	font-size: 24px;
	color: black;
}

a {text-color: lavender}

.blackbirds3 {
	display: block;
	width: 600px;
	margin:  0 auto;
	position: relative;
	right: -590px;
	top: 200px;
}

#wrapper {
	border: 5px black;
	width: 700px;
	margin: 0px auto;
}

.stanza {
	text-color: black;
	border-radius: 15px;
	border-style: solid;
	border-color: black;
	border-width: 5px;
	background-color: lavender;
	opacity: 100;
	transition: 2s;
}

.stanza:hover {
	background-color: grey;
	color: lavender;
	border: purple;
	box-shadow: black
}

#poem {
	text-align: center;
}


#bio {
	background-color: lavender;
	text-color: lavender;
	border-radius: 15px;
	border-color: black;
	border-style: solid;
	border-color: black;
	border-width: 5px;
	text-align: left;
	font-family: Garamond, serif;
}

.stanza h3 {
	color: black;
	font-family: Papyrus, serif;
}

#bio h2 {
	font-family: Garamond, serif;
	font-size: 42px;
	color: black;
	text-align: center;
}
