How do you center align the content of my page in the Minimal theme

@lawless-designs

Please Go to Online Store->Theme->Edit code then go to assets/timber.scss.liquid ->paste below code at the bottom of the file.

.rich-text p {text-align: center !important;}
.template-collection p {text-align: center !important;}

Thanks!