.flex-footer {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.flex-content {
    flex: 1;
    display: flex;
}
