The * enables you to select all elements of a particular selector.
For example, if you used *pand then added CSS styles to that, it would do it to all elements in your document with a <p tag. This makes it easy to target parts of your website globally.