Render Flow - Universal selector
[Parse selector '*'] -> [Match all elements in DOM] -> [Apply styles to every element] -> [Calculate specificity (lowest)] -> [Render styles on page]
The browser reads the universal selector '*', matches every element in the page, applies the styles with lowest specificity, then renders the styles visually.