/* flex */
.flex,
%flex {
  display: flex;

  &-x-center {
    justify-content: center;
  }

  &-y-center {
    align-items: center;
  }
}
