html, body {
    height: 100%;
    margin: 0;
    flex-direction: column;
    display: flex;
}

.main-content {
    flex: 1;
}