html,
body {
    height: 100%;
}

.flex_container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
