.bg-gradient{background:linear-gradient(60deg,#483bdc,#ffa8a9,#82d3a4);background-size:300% 300%}.bg-gradient:hover{background:#6455ff}.btn-animate-gradient{animation:gradientAnimation linear 3s ease infinite}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.rotate-text{position:absolute;transform-origin:0 104px;font-size:1rem;line-height:1rem;top:0}