Span Vertical Align

.foo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
Quaint Quelea