Global styles
CSS is global and functional.
By leveraging the “cascade”—the global scope of any stylesheet—we can define inherited properties for type and reset layout for block-level elements.
To write concise global styling for basic markup now becomes a simple task.
When the global scope emerges, functional classes allowing for rapid design in the browser begin to effectively write themselves.