  ### Workaround - Remove "flex" class - Add inline style box to center text ``` <style> p, a, h1 { text-align: center; } </style> ```
Workaround