
/* Make all text uppercase */
body, body * {
    text-transform: uppercase !important;
}
