* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: #222;
  cursor: pointer;
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
