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

html {
  height: 100vh;
  width: 100vw;
  background-color: #000;
  font-size: 62.5%;
}

:focus {
  outline: none;
  transition: all .2s;
  transform: scale(1.1);
  box-shadow: 0 0 0 .2rem red;
}

/*# sourceMappingURL=index.c1ccc107.css.map */
