body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-color: #1e1f36;
}

#root {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  border: 1px solid #4b4e85;
  border-radius: 24px;
}

::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #8286dd;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #8286dd;
}
