*,
*::before,
*::after{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
}

ul{
  list-style:none;
}

button,
input,
textarea{
  font:inherit;
}