
::scrollbar {
  width: 0px;

}
::scrollbar-track {
background: #000000; /* color of the track */
}
::scrollbar-thumb {
background-image: url(https://i10.glitter-graphics.org/pub/1338/1338260zslhfmjm9x.jpg); 
border: 3px ridge black;
}
::selection {
  color: white;
  background-color: purple;
}
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/anime/ani-12/ani1106.cur), auto !important;} /* End https://www.cursors-4u.com */


body{
background: url(https://file.garden/Zz-qNyUl9S_S5UQM/batbg.png);
    background-size: 10%;
    color: white;
  line-height: 1.2 ;
}

a{
color: purple;
}

a:hover{
color: purple;
    filter:grayscale(100%);
}


#logo{ animation: changeBg 1s infinite; width:550px; height:180px; position: absolute; top: 100px;  left: 600px; background-size: 100% 100%; transition: 0.4s; filter: brightness(90%) contrast(170%);}

#logo:hover{ animation-play-state: paused; top: 60px; transition: 0.4s}




@keyframes changeBg{
   0%,100%  {background-image: url("https://file.garden/Zz-qNyUl9S_S5UQM/f3.png");}
   25% {background-image: url("https://file.garden/Zz-qNyUl9S_S5UQM/f1.png");}
   50% {background-image: url("https://file.garden/Zz-qNyUl9S_S5UQM/f4.png");}
   75% {background-image: url("https://file.garden/Zz-qNyUl9S_S5UQM/f7.png");}
}

@keyframes changecolor{
   0%,100%  {color:#3a2564;}
   25% {color:#553859;}
   50% {color: #593549;}
   75% {color:#553859;}
}
