._flex {
  display: flex;
}

._align_center {
  align-items: center;
}

._justify_center {
  justify-content: center;
}

._justify_space {
  justify-content: space-between;
}