#footer {
	opacity: 0.9;
	background-color: #aaeeffff;
	padding: 0.5rem;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	border-top: 2px solid black;
}
#footer a {
	color: black;
	text-decoration: none;
	margin: 0 1.2rem;
	font-weight: 500;
}
#footer a:hover {
	color: blue;
	text-decoration: none;
}
