body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	background-color: #EEEEEE;
}

main {
	flex: 1 0 auto;
}

.progress {
	margin: 0 0 0 0 !important;
}