 /* this is a comment*/

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 26px;
	color: #00001A;
	

}

#grad {
  background-image: linear-gradient(#6666FF, #7B7CB0); 
 
  
}

#wrapper {
	width: 800px;
	background: #6666FF;
	background-size: cover;
	border: 1px dotted black;
	margin: 20px auto;
	background: #4273FF url(img/tree.png) no-repeat center;
}

header {
	text-align: center;
	color:#B3C9FF;

	
}

.stanza {
	font-family: helvetica, arial, sans-serif;
	color: #B3C9FF;
	font-size: 1em;
	text-align: center;
	width: 400px;
	margin: 10px auto;
	
}

#bio{
	width: 700px;
	padding: 15px;
	font-size: 20px;
	color:#B3C9FF;
	float: right;
	border-top: 4px dotted #00001A;
	margin: 30px;
}


#poem {
	width: 400px;
}

img{
	width: 50%;
	float: left;
	padding-right: 20px
}

footer{
	clear: both;
	font-size: 15px;
	padding: 5px;
}

p  {
	text-align: justify;
	padding: 25px;
	line-height:1.5
}

p:first-of-type:first-letter {
	font-size: 30px;
}

a:link, a:visited  {
	color: #0B1C66;
	text-decoration: none;
}

a:hover,a:focus  {
	color: #B3C9FF;
}





