*                           { margin:0;padding:0;list-style:none;user-select:none;outline:none; }

html                        { font-size:20px; }
body                        { background:url("pattern.webp") center center repeat #f5f5f5;height:100vh;display:flex;justify-content:center;align-items:center;font-family:"Kdom Thmor Pro",sans-serif;cursor:none; }

#mouse                      { transition-property:width,height,filter,transform;transition-duration:75ms;transition-timing-function:ease-in-out;width:10px;height:10px;background-color:#a9ff00;position:fixed;border-radius:50%;z-index:10;transform:translateX(-5px) translateY(-5px); }
#mouse.moving               { width:30px;height:30px;transform:translateX(-15px) translateY(-15px);filter:blur(5px);transition-duration:350ms; }

h1                          { font-size:5rem;text-align:center;background-image:url("gradient.png");background-repeat:no-repeat;background-position:-2000px -2000px;background-color:#fff;color:transparent;background-clip: text;-webkit-background-clip:text;text-transform:uppercase;-webkit-text-stroke:1px black; }