h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

img {
	text-align: center;
}

nav {
	text-align: center;
}

footer {
	text-align: center;
}

body {
	background-color: #F5F5F5;
	color: #000000;
	font-family: Georgia, serif;
	margin: 10px;
}



