* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-family: "Montserrat";
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
#root {
  width: 100%;
  min-height: 953px;
  background-color: rgba(23, 25, 36, 1);
}

@media (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  ::-webkit-scrollbar-track {
    background: rgb(33, 36, 51);
  }

  ::-webkit-scrollbar-thumb {
    background: rgb(37, 245, 108);
  }

  ::-webkit-scrollbar-thumb:hover {
    background: rgb(37, 245, 108);
  }
}
