How can I change all text to lowercase in the Simple theme?

Im using simple theme ( free theme) and i wish to change every word (yes,every single word) to lowercase only. Is there a way to do that?

@syabiel99

Please apply this CSS to your theme CSS file

body{
text-transform: lowercase;
}

Thank You!

you’re the best my guy! thank you