Text align in "Antimatter"-Theme

Hello everybody,
maybe this is a very stupid question but where can i change the text align parameter for the “antimatter” theme to “justify”? So that the normal content text is displayed justified?

You can create a file called custom.css in the Antimatter css/ folder and simply put:

body p { text-align: justify; }