*,
  *::before,
  *::after { 
  box-sizing: border-box;
}
*{
  margin: 0;
  padding: 0;
}
html{ 
  -webkit-text-size-adjust: 100%;
}
body{
  min-height: 100vh;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}