Reset
Normalize.css
To makes browsers render all elements more consistently, we use Normalize.css, a project by Nicolas Gallagher and Jonathan Neal.
Additional reset
Moreover, we selectively removes margins and paddings from certain elements on top of normalize.css.
Box sizing
We set box-sizing: border-box; to all elements.