body {
  cursor: url('graphics/purplecursor.png'), auto;
}

a {
  cursor:  url('graphics/purplecursorhover.png'), auto;
}

.waiting {
  cursor:  url('graphics/purplecursorloading.png'), auto;
}

::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  background: url('graphics/stars%202.gif');
  background-size: cover;
}

::-webkit-scrollbar-thumb {
  background: #6426c7;
  background-size: cover;

  border-top: 1px solid #8243e8;
  border-bottom: 1px solid #381275;

  border-left: 1px solid #8243e8;
  border-right: 1px solid #381275;

  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  filter: brightness(1.2);
}

::selection {
  background: blue;
  color: black;
}