.parent {
display: flex;
justify-content: center;
align-items: center;
}
.flex-center-vertically {
display: flex;
justify-content: center;
flex-direction: column;
height: 400px;
}
.parent {
display: flex;
justify-content: center;
align-items: center;
}