body {
  color: black;
}

a:not([href]):not([tabindex]) {
  color: white !important;
}

.text-black {
  color: black;
}

.text-white {
  color: white;
}

.card .card-description {
  color: black;
}

.section {
  padding: 4px 0;
}