body{
	color: black;
	background-color: silver;
	margin: 0;
	top: 120px;
}

h1{
	color: midnightblue;
	text-align: center;
	margin-top: 0px;
}

#menu{
	color: midnightblue;
	text-decoration: none;
	left: 0px;
	top: 120px;
	bottom: 20px;
	position: fixed;
	border-right: 3px groove midnightblue;
	padding-right: 15px;
}

footer {
	bottom: 0;
	left: 0;
	right: 0;
}

img {
	max-width: 50%;
	height: auto;
}