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

.c-box {

	flex: 1;
}

.footer {
	margin-bottom: 0px !important;
}

