.text-red {
  color: firebrick;
}

.text-blue {
  color: darkblue;
}

.text-green {
  color: darkgreen;
}

.text-brown {
  color: saddlebrown;
}