Hello world!

Every element on the page will be affected by the style.

Me too!

And me!

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

<style>
* {
  text-align: center;
  color: blue;
}
</style>