I have had to put in a Markdown block and add in code to make two sections into white text & centered.(they are on two different pages)
The rest of my website had a css code put in to justify all the text which I was fine with until I realized it affected my headings which I had to code in as mentioend above.
How can I get my body text to remain justified but at the same time have my markdown block also respond to the css code to keep it centered...
Markdown CSS used:
< html>
< head>
< style>
div.a {
text-align: center;
color: #ffffff
styl