* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box; }

li {
  list-style: none; }

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

img {
  display: block; }

html::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important; }

html::-webkit-scrollbar-thumb {
  background-color: #b97b57 !important;
  border-radius: 4px; }

/*# sourceMappingURL=common.css.map */
