body {
	font size: 20px;
	margin: 0;
	padding: 0;
	font-family: Garamond;
	background-color: aliceblue;
}

#wrapper {
	background: url(img/birdpat.jpg) fixed;
	background-size: 30%;
	width: 900px;
	margin: 100px auto 50px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#poem {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 600px;
	grid-gap: 5px;
	margin: 0 auto;
	background-color: paleturquoise;
	padding: 10px;
	text-align: center;
	font-family: monospace;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 20;
}

#m {
	grid-column-start: 2;
	grid-column-end: 3;
}

img {
	width: 600px;
	top: -15px

}

#bio p:first-of-type:first-letter {
	font-size: 33px;
	color: darkred;
}

#bio {
	width: 500px;
	background-color: paleturquoise;
	margin: 0 auto;
	text-align: center;

}

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

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

p {
	line-height: 1.4;
}

header {
	z-index: 10;
	overflow: hidden;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	background-color: paleturquoise;
	margin: 0 auto;
	text-align: center;
	border-bottom-left-radius: 30% 20%;
  	border-bottom-right-radius: 30% 20%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.center {
	position: relative;
	left: -95px;
	display: block;
	padding: 5px;
	margin: 0 auto;
}

h3 {
	font-size: 20px;
}