html {
   cursor:url("https://gabrielle-jun.neocities.org/star_cursor.png"), auto;   
 }

body {
  background-image: url('https://gabrielle-jun.neocities.org/home%20page/quilt2.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

 a { 
  opacity: 1;
  transition: all 0.1s
} 

a:hover { 
  opacity: .8;
  cursor:url("https://gabrielle-jun.neocities.org/star_cursor.png"), auto;
}

#navright {
 width: 150px;
 height: auto;
 position: absolute;
 right: 0%;
 align-items: center;
 z-index: 0;
 transform: translate(0%,0%);  
}

#WIP {
position: absolute;
transform: translate(110%,20%);
}