.parent {
display: flex;
justify-content: center;
align-items: center;
}
.flex-center-vertically {
display: flex;
justify-content: center;
flex-direction: column;
height: 400px;
}
.div-vertical-align{
vertical-align: middle
} /*Thats it! - Important: read the information in the source. */