* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* ul li {
  list-style: none;
}
* input {
  outline: none;
}
* input::-webkit-input-placeholder {
  color: #c0c4cc;
  font-weight: 400;
  letter-spacing: 0;
}
#list::-webkit-scrollbar,
.content-list::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: rgba(240, 240, 240, 0);
}
html,
body {
  font-size: 312.5%;
}
/*# sourceMappingURL=reset.css.map */