@charset "utf-8";

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

:focus {
  outline: auto;
}