/* css styles */

.myBlue{
   color: blue;
 }

 .myDarkBlue{
   color: rgba(8, 8, 201, 0.938);
 }

.myGreen{
  color: rgba(8, 201, 50, 0.938)
}

.myRed{
  color: rgba(201, 21, 8, 0.938)
}

