body {
	margin:0;
	display:flex;
	justify-content: center;
	flex-direction: column;
	height:100vh;
	align-items:center;
}
a:link {
	text-decoration: none;
	color:black;
}
a:visited {
	text-decoration: none;
	color:black;
}
.container {
	width: 85vw;
	margin: 0 auto;
	display: grid;
	justify-items: center;
	align-self: center;
}
.footer {
	margin: 0 auto;
	vertical-align: bottom;
}