body {
  margin: 0px;
  cursor: url(/pixels/VIRUXXX-chibi-cursor.png), auto;
}

a {
  cursor: url(/pixels/VIRUXXX-chibi-select.png), auto;
}

body::-webkit-scrollbar {
  width: 0;
}

/*AERO*/
#aero-ring {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(64, 64, 64, 1) 100%);
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 2px 1px rgba(255, 255, 255, 0.15), inset 0 -2px 1px rgba(0, 0, 0, 0.35);
  margin: 0px auto 0px auto;
  padding: 0.75rem;
  max-width: 15rem;
  font-family: sans-serif;
}

#aero-ring a, #aero-ring a:visited {
  color: white !important;
  font-family: georgia;
}

#aero-ring a:focus, #aero-ring a:hover {
  color: lightgrey !important;
}

#aero-ring a:active {
  color: darkgrey !important;
}

@media screen and (max-width: 200px) {
  #aero-ring a, #aero-ring a:visited {
    font-size: 7px;
  }
}
