* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  color: inherit;
}

a {
  text-decoration: none;
}

img,
video,
iframe {
  display: block;
  width: 100%;
  height: auto;
}

select,
button,
label,
input {
  cursor: pointer;
}

input[type="submit"],
button {
  border: none;
  background-color: transparent;
}

svg {
  line-height: 0;
}

ul,
ol {
  list-style-type: none;
}

body {
  overflow-x: hidden;
}

:root {
  -webkit-tap-highlight-color: transparent;
}
