/* Letter-Spacing: Used to specify space between the characters of the text */
letter-spacing: 0.1em;
/* Word-Spacing: It represents an additional amount of space between words. */
word-spacing: 0.4em;
/* Text-decoration: Used to add or remove text- decorations like underline, overline, line-through, or none */
text-decoration: underline;
/* Color: Used to set the color of the text */
color: cyan;
/* Text-alignment: Used to set the horizontal alignment of the text */
text-align: left;
/* Text-Transform: Permits for capitalizing the first letter of each word, capitalizing all letters of a word, using all small letters in each word, and the initial value. */
text-transform: capitalize;
/* Text-Decoration: It Allows text to be decorated by the properties like underline, overline, line-through, blink, and none. */
text-decoration: none;
/* Text-indent: Used to specify the amount of indentation */
text-indent: 3em;
/* Text-shadow: The text-shadow property is used to add shadow to the text. */
text-shadow: horizontal -shadow vertical-shadow blur-radius color|