h1 { font-size: 1em; background-color: darkblue; text-align: center; color: white; }
h2 { font-size: 1em; background-color: blue; text-align: center; color: white; }


body {
	background-color : gray;
}

header {
	margin: 0px 10%;
	
}

footer {
	margin: 0px 10%;
	text-align: center;
	background-color: darkblue;
	color:white;
}

footer a {
	color:white;
}

footer nav {
	visibility: 0;
}

