:root {
  cursor: url(img/cursor/animated-1.png), auto;
  -webkit-animation: cursor 400ms infinite;
  animation: cursor 800ms infinite;
}

@-webkit-keyframes cursor {
  0% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0001.png), auto;}
  6.66% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0002.png), auto;}
  13.33% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0003.png), auto;}
  20% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0004.png), auto;}
  26.66% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0005.png), auto;}
  33.33% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0006.png), auto;}
  40% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0007.png), auto;}
  46.66% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0008.png), auto;}
  53.33% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0009.png), auto;}
  60% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0010.png), auto;}
  66.66% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0011.png), auto;}
  73.33% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0012.png), auto;}
  80% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0013.png), auto;}
  86.66% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0014.png), auto;}
  93.33% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0015.png), auto;}
  100% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0016.png), auto;}
} 

@keyframes cursor {
  0% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0001.png), auto;}
  6.66% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0002.png), auto;}
  13.33% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0003.png), auto;}
  20% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0004.png), auto;}
  26.66% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0005.png), auto;}
  33.33% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0006.png), auto;}
  40% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0007.png), auto;}
  46.66% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0008.png), auto;}
  53.33% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0009.png), auto;}
  60% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0010.png), auto;}
  66.66% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0011.png), auto;}
  73.33% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0012.png), auto;}
  80% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0013.png), auto;}
  86.66% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0014.png), auto;}
  93.33% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0015.png), auto;}
  100% {cursor: url(https://naveksworld.neocities.org/images/navek/animated_cursor/cursor_hover0016.png), auto;}
}


html{
  background-image:url("backgrounds/twinkling_stars.gif");
  
}
body{
  width:70%;
  color: #9734ff;
  margin: auto;
  text-align:center;
}

a:hover{
  cursor: url('https://thelaboratory.neocities.org/images/navek/cursor.png'), auto;
  }