html, body {
	height: 100%;
}

body {
	display: flex;
    flex-direction: column;
}

.content {
	flex: 1;
}

.btn-red{
	background: #DD183B;
	border-color: #DD183B;
}

footer {
    color: white;
    padding: 10px 0;
    text-align: center;
}