/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.bg-\[\#313131\] {
  background-color: #313131;
}
.text-center {
  text-align: center;
}
.text-\[\#7f7f7f\] {
  color: #7f7f7f;
}
