body {
	background-image: linear-gradient(#49ACF2, #006EBD, #004170);
	margin: 0;
	padding: 0;
	font-family: 'Texturina', serif; 
	font-size: 25px;
}

#wrapper {
	width: 900px;
	margin: 10px auto;
	padding: 15px; 
	background: url(img/blackbird.jpg) 
		no-repeat 600px 45px;
	background-size: 43%;

}

header {
	height: 300px;
	color: #004170;
	text-decoration: underline;
}


h1 span {
	display: block; 
	color: grey;
}

.stanza {
	font-family: Georgia, serif;
	font-size: 22px;
	color: black;
	line-height: 1.4;
}

#poem {
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 5px;
	width: auto;
	text-align: center;
}

.sec1 {
	grid-column-start: 2;
	grid-column-end: 3;
}

#bio {
	border: 2px blue;
	width: auto;
}

#bio p:first-of-type:first-letter {
	font-size: 35px;
	color: #49ACF2;

}

figure {
	width: 200px;
}

figure img {
	border: 4px solid black;
	padding:10px;
	width: 100%;
}

figcaption {
	font-size: 15px;
}

.stanza h3 {
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	color: #062738;
}

a:link, a:visited {
	color: #9C47D1;
	text-decoration: none;
}

a:hover, a:focus {
	color: orange;
}

em {
	color: purple;
}

p {
	font-size: 20px;
}

ul {
	font-size: 20px;
}