.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column {
  flex-direction: column;
}

.fullheight {
  height: 100%;
}

.pad_left_10px {
  padding-left: 10px;
}

.row {
  flex-direction: row;
}