Hello World!

These paragraphs are styled with CSS.

This is the CSS code embedded in the head of this page

<style>
p {
  color: red;
  text-align: center;
} 
</style>