body {
	color: #C9C69E;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5;
	background-image: url("img/background.jpg");
	background-size: 1920px 1280px;
	background-repeat: no-repeat;
	background-color: #000000;
	}

h1 {
	font-size: 60px;
	line-height: 1;
	text-align: center;
	color: black;
	background-color: #C9C69E;
	padding-top: 30px;
	padding-bottom: 30px;
	}

span{
	font-size: 30px;
	text-align: center;
	color: black; 
}
			
.forest {
	margin-top: -40px;
	background-color: #C9C69E;
	width: 1000px;
	height: 300px;
}
#wrapper {
	width:1000px;
	margin: auto;
	}

h3 {
	color: #B9B8AC;
	}
	
article {
	width: 1000px;
	background-color: #0F0F0F;
	padding-bottom: 140px;
	}
	
.stanza {
	font-size: 18px;
	color: #C9C69E;
	display: block;
	padding: 50px;
	margin-top: -30px;
	}

#left {
	display: block;
	text-align: left;
	padding-left: 100px;
}

#center {
	display: block;
	text-align: center;
}

#right {
	display: block;
	text-align: right;
	padding-right: 100px;
}

.blackbird {
	float: right;
	margin-right: 50px;
}

footer {
	font-size: 10px;
}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover {
	color: #C9C69E;
	text-decoration:none;
	}
	
a:visited {
	color: #401F0D;
	text-decoration:none;
	}
	
