* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Pretendard-Regular";
}

ul,
li {
  list-style: none;
}
a {
  color: #ffffff;
  text-decoration: none;
}
img {
  width: 100%;
  display: block;
}
button {
  all: unset;
  cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
canvas {
  width: 100%;
  height: 100%;
}
