Hi
I would like to have the text in the middle of the page.
I did write this CSS to reduce the picture size and make the text into one line heading and one line subheading but it still stays on the side on the computer version. (Picture attached. ) The middle of the page is where it says Leader.
h2 { text-align: Center !important;
max-width: 3000px; }
text_container: { max-width: 3000px; }
img { max-width: 400px; }
So what did I do wrong and how can I make it better?
Thank you
