 body{
		background-image: url("birdsbackground.jpg") ;
		background-color: black;
		background-size: auto
		border: 2px solid blue;
		margin: 0;
		padding: 0;
		font-family: Courier New, sans-serif; 
}

#topper {

	color: red
}

#wrapper {
	width: 1000px;
	border-color: blue;
	margin: 10px auto;
}



#stanza {
	
		border: 7px black;
		font-family: georgia, serif;
		font-size: 22px;
		line-height: 1.4;
		color: white;
		
}



#poem {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 5px;
		width: auto;
		text-align:center;
		





	

}



#bio figure img {
	border: 4px solid black;
}

.bio p { 

	"first-of-type first-letter
	font-size:35px;
	width: auto;
	float: left;
	text-align: center;
	

}

figcaption {

	size: 50px
}



#bio p {

	color: red;
}



}

#stanza h3 {
	 font-family: helvetica, Serif;
	 font-size: 28px;
	 color: red;

}


#figue {

}

#address a {

	 text-align:center


}


.center {
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

a:link, a:visited{
	color:red;
	text-decoration: none;
}


a:hover, a:focus{
	color: orange;
}


