.w-100 {
  width: 100%;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.gap-2 {
  gap: 1rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.remove-display {
  display: none;
}

/*# sourceMappingURL=utils.css.map */
