.green {
  color: white;
  background-color: rgba(10, 151, 10, 0.7);
}

.red {
  color: white;
  background-color: rgba(151, 10, 10, 0.7);
}