body {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100vh;
}

.content-fixed{
    display: flex;
    flex-direction: column;
    flex: 1;
}
