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