body,
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #777;
  font-weight: 400;
  width: 100%;
  height: 100%;
}

html, body {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 4px !important;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #00b0ff;
  border-radius: 2px;
}
