html, body {
  margin: 0;
  background: #141414;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

*:focus,
*:active {
  outline: none;
}
