@charset "utf-8";
/* CSS Document */

body {

	background-color: blanchedalmond;
	text-align: center;
	margin: 20px;
}
header {
	width: 1000px;
	height: 100px;
	text-align: center;
	margin:auto;
	line-height: 100px;
	background-color: #8C5346;
	
}
nav {
	width: 1000px;
	height: 50px;
	background-color: #BF8D7A;
	line-height: 50px;
	margin: auto;
}
a {
	text-decoration: none;
	color: #ffffff;
	width: 200px;
}
h2 {
	margin: auto;
}
img { 
	width: 300px;
	height: auto;
	border: 2px solid #3B0707;
	margin: 10px;
}
section {
	width: 1000px;
	background-color: #F2E3D5;
	margin: auto;
}
