html, body {
    height: 100%;
    margin: 0;
    }

.footer {
	height: 40px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header, .footer {
    flex-shrink: 1 !important;
    flex-grow: 0 !important;
}

