 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;
  transition: all 0.1s
} 

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 {
 width: 30%;
 height: auto;
 position: absolute;
 align-items: center;
 text-align: center;
 z-index: 1;
 transform:translate(-10%,0);
}

#dottedabout{
 width:50%;
 height:100px;
 padding: 8px;
 border: 3px dotted #FFCBCB;
 background-color:#9CAF88;
 transform: translate(30%,-242%);
}

h2{
  transform: translate(0,-80%);
}

h4{
  transform: translate(0,-50%);
  font-weight: normal;
}

#center {
  position: relative;
  display: block;
  width: 50%;
  align-items: center;
  transform: translate(70%,10%);
  z-index: 2;
}

#dottedmain {
  position: relative;
  display: block;
  padding: 8px;
  border: 3px dotted #FFCBCB;
  background-color:#9CAF88;
  width:40%;
  height: 20%;
  transform: translate(73%,25%);
}

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