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

.invisible {
  display: none;
}

.centerHor {
  display: flex;
  justify-content: center;
}