html,
body {
    height: 100%
}

.fullHeight {
    height: 100%
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
}