html {
  font-size: 100px;
  min-height: 100%;
  position: relative;

}
html,body{
  margin: 0;
  padding: 0;
  font-size: 14px;
}

a {
  outline: 0;
}

img {
  border: none
}

button {
  cursor: pointer;
}

a {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
  color: inherit;
}

a {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

img {
  image-rendering: auto;
  border: none;
}

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