body {
	font-size: 25px;
	margin: 0;
	padding: 0;
	font-family: 'Shadows Into Light';
}


h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Courgette';
}


h2 {
	font-family: 'Share Tech Mono';
}


p {
	padding: 10px;
	line-height: 1.4;
	font-family: 'Share Tech Mono';
}


ul {
	text-align: left;
	font-family: 'Share Tech Mono', ;
}


figure {
	font-family: 'Share Tech Mono';
}


img {
	border-style: double;
}


#wrapper {
	margin: 0 auto;
	background: url(img/blackbirdbackground.svg) 
		no-repeat 0 0
		fixed;
		background-size: cover;
}


#wrapper a:hover, #wrapper a:focus {
	color: black;
}


#wrapper a:link, #wrapper a:visited {
	color: black;
	text-decoration: none;
}


#frame {
	background-color: white;
	width: 800px;
	margin: 0 auto;
	padding: 20px;
}


.stanza {
	text-align: center;
}


#bio {
	text-align: center;
	border-style: double;
	margin-bottom: 40px;
	margin-top: 40px;
}


#poemlist {
	font-family: 'Share Tech Mono';
}


#header h1 a{
	display: block;
}

#header h1 a:hover, #header h1 a:active {
	color: black;
}


#header h1 a:link, #header h1 a:visited {
	color: green;
	text-decoration: none;

}


#footer {
	font-family: 'Share Tech Mono';
	font-size: 20px;
	text-align: right;
}


#footer a:link, #footer a:visited {
	color: black;
	text-decoration: none;
}

