html, body {
    height: 100%;
}
.container, .container-fluid {
    height: 100%;
}
.content {
    display: flex;
}
.centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
