.black {
  background: black;
  color: white;
}

.white {
  background: white;
  color: black;
}

.bold {
  font-weight: bold;
}

