Some CSS resets using elm-css.
meyerV2 : Html.Styled.Html msg
The Eric Meyer CSS reset (2.0, public domain), converted to elm-css
Original at https://meyerweb.com/eric/tools/css/reset/.
borderBoxV201408 : Html.Styled.Html msg
Set box-sizing: border-box
everywhere.
See https://www.paulirish.com/2012/box-sizing-border-box-ftw/ for more.