Why we use the Normalize CSS Script
Developers use Normalize CSS Script to create uniformity between different web browsers' default styles. According to Matt Brictson's article, Making the case for CSS normalize and reset stylesheets in 2023, each web browser applies its own stylesheet to HTML elements, creating inconsistent fonts, spacing, sizing, coloring, etc. Developers can either use a Reset CSS Script, which will strip away all styling and force the developer to work from scratch, or they can use a Normalize CSS Script, which corrects the inconsistencies between the browsers while keeping most of the styling.