#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: calc(100% - 60px);
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}