The universal selector matches any type of element and, therefore, selects every single element on a web page.
The universal selector, which uses the * symbol, is a great way to change the box-sizing property of every individual element on a web page.
Psst: whenever we've selected elements with simple selectors, we've implied the * symbol.
While selecting the body section has a very similar effect, the universal selector doesn't rely on inheritance.