* {
  line-height: 1;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  padding: 0;
  background: transparent;
  font: inherit;
  border: none;
  border-radius: 0;
  appearance: none;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
