a:link {
  color: #82a8d9;
}

a:visited {
  color: #82a8d9;
}

a:hover {
  color: #f4eae4;
}

a:active {
  color: #82a8d9;
}

::selection {
  background-color: rgba(0, 0, 0, 0);
  color: #f2af5c;
}

a::selection {
  background-color: rgba(0, 0, 0, 0);
  color: #f2af5c;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #231c54;
}

::-webkit-scrollbar-thumb {
  background: #6c7dd9;
}

::-webkit-scrollbar-thumb:hover {
  background: #f2af5c;
}

html,
body {
  color: #fff;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}