* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}

select {
  border: 0;
  outline: none;
}
select:focus,
select:active,
select:hover {
  outline: none;
  cursor: pointer;
  border: 0;
}

input {
  border: 0;
  outline: none;
}
input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: none;
}
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

img {
  max-width: 100%;
}
