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

.content {
    min-height: 0;
    flex: 1 1 0;
    margin-bottom: 15px;
}