html, body {
height: 100%;
}
body {
margin: 0;
color: white;
}
.container {
background-color: #3D6996;
display: flex;
flex-direction: column;
align-items: stretch;
height: 100%;
}
.section {
padding: 10px;
}
.content {
background-color: #C35D09;
padding-bottom: 30px;
flex: 1 0 auto;
}
.footer {
background-color: #EB9E4B;
flex: 0 0 auto;
align-items: flex-end;
}