.g-center {
  text-align: center;
}

.g-flex {
  display: flex;
}

.g-jc-sb {
  justify-content: space-between;
}

.g-ji-center {
  justify-items: center;
  justify-content: center;
}