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