/*! normalize.css v8.0.1 | MIT License */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.67em 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  cursor: pointer;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}