/*= minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body {
  margin: 0;
  padding: 0;
}


html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

h1,h2,h3,h4,h5,h6,h7,p{
  margin-top: 0;
  margin-bottom: 0;
}

