html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
button {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
button,
select {
  border: 0;
  outline: 0;
  background-color: transparent;
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}
