@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}@keyframes custom-bounce{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-25px) rotate(5deg)}}.animate-bounce{animation:custom-bounce 2s ease-in-out infinite}.not-found-page .animate-blob{animation:blob 7s infinite}.not-found-page .animation-delay-2000{animation-delay:2s}.not-found-page .animation-delay-4000{animation-delay:4s}