body {
  font-family: Inter, sans-serif;
  margin: 0;
  height: 100%;
  background-color: #f3f3f3;
}

html {
  height: 100%;
}

#root {
  height: 100%;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border: 1.5px solid #6029a1;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #f1f1f1;
  border: 2px solid #616161;
  border-radius: 8px;
}
