 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-attachment: fixed;
  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; 
}

#navleft {
 position: absolute;
 left: 0;
 align-items: center;
 transform: translate(-22%,-385%);
 z-index: 1;
 text-align: center;
   border: 3px black;
}

.center {
  position: relative;
  display: block;
  width: 500px;
  height: 1920px;
  left: 50%;
  align-items: center;
  transform: translate(-40%,7%);
  z-index: 1;
   border: 3px black;
}

#navright {
 position: absolute;
 right: 0;
 align-items: center;
 transform: translate(30%,-330%);
 z-index: 1;
 text-align: center;
   border: 3px black;
}