html{
  background-image:url("backgrounds/twinkling_stars.gif");
  cursor: url('https://thelaboratory.neocities.org/images/navek/cursor.png'), auto;
  
}
body{
  width:60%;
  color: #9734ff;
  margin: auto;
  text-align:center;
}

a:hover{
  cursor: url('https://thelaboratory.neocities.org/images/navek/cursor.png'), auto;
  }