html, body {
	height: 100%;
	margin: 0px;
}

.container {
	height: 100%;
	background: #1A1A1A;
}

.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer {
	position: absolute;
	top: 95%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #4A4A4A;
}
