@charset "utf-8";
*,
::before,
::after {
  padding: 0;
  margin: 0;

  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  color: #000;
}
