*,
*::before,
*::after {
   padding: 0;
   margin: 0;
   border: 0;
   box-sizing: border-box;
}

*::before,
*::after {
   display: inline-block;
}

a {
   display: inline-block;
   text-decoration: none;
   color: inherit;
}

img {
   vertical-align: top;
}

ul li {
   list-style: none;
}

button {
   background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: inherit;
   font-style: inherit;
}

html,
body {
   block-size: 100%;
}