.text-white {
  color: #fff;
}

.px-2 {
  padding-left: 0.5rem; /* 8px */
  padding-right: 0.5rem; /* 8px */
}

.text-gray-600{
  color: #4b5563;
}

.text-gray-700{
  color: #3f3f46;
}

.text-gray-800{
  color: #27272a;
}

.text-gray-900{
  color: #18181b;
}