Red and center-aligned heading

Red and center-aligned paragraph.

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

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