.bg-oranje {
  background-color: rgba(236, 81, 37, 255);
}

.text-oranje {
  color: rgba(236, 81, 37, 255);
}

.bg-zwart {
  background-color: black;
}

.text-zwart {
  color: black;
}
