.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-white { color: white;  font-size: 16px;}
.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;  }
