@import url("https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&display=swap");body{background-color:#000}h1{font-family:Bevan,Playfair Display,serif}@keyframes hue-rotate{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(1turn)}}#duck-txt,#hero:hover #duck-txt{transition:background .2s}#hero:hover #duck-txt{background:linear-gradient(69deg,red,#ff9a00 10%,#d0de21 20%,#4fdc4a 30%,#3fdad8 40%,#2fc9e2 50%,#1c7fee 60%,#5f15f2 70%,#ba0cf8 80%,#fb07d9 90%,red);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:hue-rotate 10s linear infinite}@keyframes jump{0%{transform:translateY(0)}50%{transform:translateY(-40px)}to{transform:translateY(0)}}#kirby4jt{animation:jump 1s ease-in-out infinite}#kirby4jt:hover{animation:jump .3s ease-in-out infinite,hue-rotate 2s linear infinite}#cursor{filter:grayscale(100%);transform:scale(1.5);z-index:100;transition:filter .5s ease,transform .5s ease}a{cursor:none}a,a:hover{transition:.2s}a:hover{color:#fff}a:hover #cursor{filter:grayscale(0);transform:scale(4);transition:filter .5s ease,transform .5s ease}