*, *::before, *::after {
  box-sizing: border-box;
}
 
html, body, div, span, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6, p, a, img, nav, section, footer, figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
 
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
 
body {
  min-width: 320px;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
 
ul, ol, li {
  list-style: none;
}
 
a {
  color: inherit;
  text-decoration: none;
}
 
img {
  max-width: 100%;
  display: block;
}
 
button {
  background: none;
  cursor: pointer;
  font: inherit;
}
 