* {
/*	border: 1px solid red;*/
}
header {
	background-image: url(img/forest.png);
	image: url(img/blackbird.png);
	height: 150px;
}
h1 {
	color: antiquewhite;
	font-family:'Poppins', sans-serif;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	padding: 20px;
}
span {
	display: block;
	color: antiquewhite;
}
a {
	text-decoration: none;
}
a:visited {
	color: #A0A672;
}
a:hover {
	color: #1E2601;
	
}
body {
	background-color: #1E2601;
}
#wrapper {
	background-color: ;
	width: 800px;
	margin: 0 auto;
     	background: antiquewhite url(img/blackbird.png) no-repeat;
     	background-position: 0px 2025px;

}
#poem {
      width: 400px;
      background-color: transparent;
      font-family: 'Martel', sans-serif;
      margin: 0 auto;

}
.stanza {
	width: auto;
	padding-bottom: 10px;
	margin: 10px;
	text-align: center;
}
#bio img, h2, figcaption {
	width: 100%;
	text-align: center;
}
#bio {
	border-top: 1px dotted #1E2601;
	font-family: 'Martel', sans-serif;
	padding: 20px;
}
footer a{
	color: #A0A672;
	padding: 10px;
}