For browser resetting we have used a variation of the famous normalise.css called Reboot, which was created by bootstrap (https://getbootstrap.com/docs/4.1/content/reboot/):
Reboot builds upon Normalize, providing many HTML elements with somewhat opinionated styles using only element selectors. Additional styling is done only with classes. For example, we reboot some <table>
styles for a simpler baseline and later provide .table, .table-bordered, and more.
Here are our guidelines and reasons for choosing what to override in Reboot: