.text-white {
  color: #FFFFFF;
}
.text-red {
  color: red;
}
.text-blue {
  color: blue;
}
.text-black {
  color: #000000;
}

