* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(225, 138, 7, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(225, 138, 7, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(225, 138, 7, 0.8);
}
/*# sourceMappingURL=index.css.map */