body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.main {
	flex: 1;
	min-height: calc(100vh - 310px);
}

.mt-left {
	text-transform: capitalize;
}

.footer {
	margin-bottom: 0px;
}