.uppercase {
    text-transform: uppercase!important;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}