@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotate-360{animation:spin .5s linear}.red-pulse{animation:redPulse 1.5s infinite}@keyframes redPulse{0%{background-color:#f06969;transform:scale(1)}50%{background-color:#e11c1c;transform:scale(1.1)}to{background-color:#f06969;transform:scale(1)}}.custom-button:active{transform:scale(.97)}.custom-button{transition:.4s;color:black!important}.custom-button:hover{transform:scale(1.03);color:black!important}.hoverEffect{position:absolute;bottom:0;top:0;left:0;right:0;display:flex;align-items:center;justify-content:center;z-index:1}.hoverEffect div{background:rgb(222,0,75);background:linear-gradient(90deg,rgba(222,0,75,1),rgba(191,70,255,1) 49%,rgba(0,212,255,1));border-radius:40rem;width:54rem;height:20rem;transition:.4s;filter:blur(20px);animation:effect 3s linear infinite;opacity:.5}.custom-button-style:hover .hoverEffect div{width:30rem;height:30rem;color:black!important}@keyframes effect{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}