.animated-btn{transition:all .3s cubic-bezier(.23,1,.32,1);overflow:hidden}.animated-btn:before{content:"";border-radius:inherit;z-index:-1;background-color:#32a287;width:50px;height:50px;margin:auto;transition:all .6s cubic-bezier(.23,1,.32,1);position:absolute;inset:0;scale:0}.animated-btn:hover:before{scale:3}.animated-btn:hover{color:#fff;scale:1.1;box-shadow:0 0 20px #c1a36266}.animated-btn:active{scale:1}
