@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

img {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
}

select {
  cursor: pointer;
}

button {
  cursor: pointer;
}

input {
  cursor: pointer;
}
