html {
	position: relative;
	min-height: 100%;
}

.container {
	max-width: 800px;
}

body {
	margin-bottom: 4rem;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
}
