.mb-2 {
  margin-bottom: 8px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mt-2 {
  margin-top: 8px;
}

.cursor-pointer {
  cursor: pointer;
}

.text-red {
  color: red;
}

.lh-1 {
  line-height: 1;
}

.w-full {
  width: 100%;
}

.block {
  display: block;
}

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

.fz-10 {
  font-size: 40px;
}

.d-flex {
  display: flex;
}

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

.gap-3 {
  gap: 12px;
}
