*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;
}


button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  appearance: none;
}

button{
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}


img{
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

svg{
  width: 100%;
}
