/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size adjustments */
html {
  -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none
  -ms-text-size-adjust: none
}

/* Remove default margin */

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin-block-end: 0;
}