body { 
	font-size: 22px;
	line-height: 1.4;
	font-family: Poppins;
	background-color: #9DDBA1;
	color: #8F4A64
	
}

header {
	font-family: Playfair Display;
	color: #8F4A64;
}


p {
	padding: 15px;
	font-size: .8em;
	text-align: justify;
}

p:first-of-type:first-letter {
	font-size: 1.4em;
}

#wrapper {
	width:800px;
	margin: 10px auto;
	background-image: url(img/blackbird.jpg);
	background-size: 500px;
	background-color: #9DDBA1;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 300px;
	background-blend-mode: multiply;
	
}

.stanza {


}

#poem {

}

#bio {

}

#bio figure {
	width: 400px;
	margin: 0 auto;
}



#bio figure img{
	width: 100%;
}

figcaption {
	font-style: italic;
}

#bio h2 {
	text-align: center;
}

a:link, a:visited {
	color: gray;
	text-decoration: none;
}


a:hover, a:focus {
	color: midnightblue;
}

