h1{
	text-align: center;
	font-size: 2.5em;
}

nav{
	background-color: white;
	text-align: center;
	font-size: 1.5em;
}

footer{
	text-align: center;
	font-size: 1.5em;
}

body{
	background-color: brown;
	color: white;
	font-family: "Georgia", Times, serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
				
				
figure {
	text-align: center;
	border: 1px solid #000000: padding: 5px; 
	width: 640px; 
}
				
figcaption {
	text-align: center;
	font-family: papyrus, fantasy; 
	text-align: center; 
}
	