
.capitalize {
    text-transform: capitalize;
}
.uppercase {text-transform: uppercase;}
.lowercase {text-transform: lowercase;}