body {
	background-color: lightslategray;
	text-align: center;
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 20px;

}
 
#wrapper {
	width: 1000px;
	padding: 20px;
	border: 4px solid red;
	margin: 20px auto;
	background-color: rgba(42, 66, 198, .7);
	background-image: url(img/blackbird.png);
	background-repeat: no-repeat;
	background-position: 400px 100px;
	/*background-attachment: fixed;*/
	background-size: 20%;
	/* rgba(42, 66, 198, 0.7) is my color , it goes into a light purplish blue 
	color was found because of adobe kouler*/

}

h3 {	
	color:purple;
	font-size: 2em;
}

#poem {
  width: 500px;
  margin: 0 auto;
}

.stanza {

	text-align:center;
	border: 4px solid firebrick;
	background-color: lightyellow;

}

p:first-of-type:first-letter {
	font-size: 40px;
	color:lightpink;
}

a:link , a:visited {
	color: orangered;
	text-decoration: none;


}


a:hover, a:focus {
	color:yellow;
}

/* design things that relate to the bio design*/

figcaption {
	color: floralwhite;
}

h2 {
	color: floralwhite;
	font-size: 2em;
}


#bio {
	background-image: url(img/redwood.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center ;
	p{color: floralwhite;}
	li{color: floralwhite;}

}

#bio figure img{
	border: 2px solid mediumvioletred;

}


