This heading will not be affected

This paragraph will be red and center-aligned.

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

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