:root {
   --blk: #000000;
  --yellow: #ffc107;
}
.card-header {
  background-color: #000000 !important;
  color: #ffc107 !important;
}
.text-yellow {
  color: #ffc107 !important;
}
.text-blk {
  color: #000000 !important;
}