@keyframes gradientAnimation{0%{stop-color:#0F172A}33%{stop-color:#004BFB}66%{stop-color:#09E7FC}to{stop-color:#22FBD4}}@keyframes gradientAnimationReverse{0%{stop-color:#22FBD4}33%{stop-color:#09E7FC}66%{stop-color:#004BFB}to{stop-color:#0F172A}}svg defs stop:first-child,svg path{animation:gradientAnimation 2s infinite alternate}svg defs stop:last-child{animation:gradientAnimationReverse 2s infinite alternate}