.green {
  color: #4caf50;
}

.yellow {
  color: #ff9800;
}

.red {
  color: #f44336;
}

.gray {
  color: #9e9e9e;
}
