.flex-center-x {
  display: flex;
  flex-direction: column;
}

.flex-center-x > * {
  flex: 1;
  align-self: center;
}
