 html {
   cursor: url("https://gabrielle-jun.neocities.org/star_cursor.png"), auto;   
 }
 
 body {
  background-image: url('https://gabrielle-jun.neocities.org/writing%20page/wall.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  }

a { 
  opacity: 1;
} 

a:hover { 
  transition: transform 0.2s;
  filter: brightness(1.1);
  transform: scal(1.03); 
  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: 1;
 transform: translate(0%,0%);  
}

#work1 {
 width: 200px;
 height: auto;
 position: absolute;
 left: -5%;
 z-index: 0;
 text-align: center;
 transform: translate(50%,42%);  
}

#work2 {
 width: 200px;
 height: auto;
 position: absolute;
 left: 10%;
 z-index: 0;
 text-align: center;
 transform: translate(105%,30%);  
}

#work3 {
 width: 200px;
 height: auto;
 position: absolute;
 left: 30%;
 z-index: 0;
 text-align: center;
 transform: translate(150%,40%);  
}

#work4 {
 width: 200px;
 height: auto;
 position: absolute;
 left: 70%;
 z-index: 0;
 text-align: center;
 transform: translate(50%,42%);  
}