* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
}