.text-red { color: red; font-size: 30px;}
.text-green { color: green; }
.text-blue { color: blue; }
.text-yellow { color: yellow; }
.text-orange { color: orange; }
.text-purple { color: purple; }
.text-pink { color: pink; }
.text-cyan { color: cyan; }
.text-magenta { color: magenta; }
.text-lime { color: lime; }
.text-teal { color: teal; }
.text-indigo { color: indigo; }
.text-maroon { color: maroon; }
.text-navy { color: navy; }
.text-olive { color: olive; }
.text-silver { color: silver; }
.text-gray { color: gray; }
.text-black { color: black; }
.text-blackb { color: black; 
 font-size: 16px; /* Font size */
    font-weight: bold; /* Make text bold */

}

.text-white { color: white;  font-size: 16px;}
.text-whiteb {
    color: white; /* Text color */
    font-size: 16px; /* Font size */
    font-weight: bold; /* Make text bold */
}
.text-whiteh {
    color: white; /* Text color */
  
    font-weight: bold; /* Make text bold */
}
.text-white12 { color: white; font-size: 12px;}
.text-white10 { color: white; font-size: 10px;}

.text-gold { color: gold; }
.text-violet { color: violet; }
.text-salmon { color: salmon; }
.text-turquoise { color: turquoise; }
.text-slateblue { color: slateblue; }
.text-mediumseagreen { color: mediumseagreen; }
.text-crimson { color: crimson; }
.text-darkorange { color: darkorange; }
.text-mediumvioletred { color: mediumvioletred; }
.text-mediumturquoise { color: mediumturquoise; }
.text-lavender { color: lavender; }
.bigred { color: red;  }
