body{
	font-family:"Century Gothic", arial, sans-serif;
	
}
/* got to http://jigsaw.w3.org/css-validator/#validate_by_upload to validate  */

#wrapper    {
	 position: relative; 
	 width:1000px;
	 margin:50px auto;
	 padding: 10px;
	 text-align: center;
	 color: white;
	 border-radius: 15px;
	 background-color: black;
} 

#bird {
	position: absolute;
	top: 70px;
	left: -280px;
	width: 800px;
}
	    

.stanza {
 	font-family: Fortuna, times-roman,sans-serif;
}


h3 {
	color:red;
	
}

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

ul {
list-style-type:none;
} /* https://www.w3schools.com/css/css_list.asp */
