
/* credzzzz
main cursor :: https://www.rw-designer.com/cursor-detail/208500
hover cursor :: https://www.rw-designer.com/cursor-detail/208501
ani 2 gif :: https://ezgif.com/ani-to-gif
animated cursor code :: https://ye5.blogspot.com/2011/01/animated-mouse-cursor-on-mozilla.html

*/

* {
cursor: url("../i/cur/pointer.gif"), auto;
}

body {
font-size: 23px;
text-align: center;
background-attachment: fixed;
background-color: #000000;
color: #FF0000;
}