.olive-button{position:relative;padding:15px 45px;cursor:pointer;border-radius:8px;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.2))}.olive-button button:hover{border:1px solid #f3b182}.olive-button button,.olive-button button:hover{background:linear-gradient(85deg,#fec195,#fcc196,#fabd92,#fac097,#fac39c)}.olive-button button{background-size:200% 200%;animation:wind 6s ease-in-out infinite}@keyframes wind{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.olive-button .icon-1{position:absolute;top:0;right:0;width:25px;transform-origin:0 0;transform:rotate(10deg);transition:all .5s ease-in-out;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.3));animation:slay-1 3s cubic-bezier(.52,0,.58,1) infinite}@keyframes slay-1{0%{transform:rotate(10deg)}50%{transform:rotate(-5deg)}to{transform:rotate(10deg)}}.olive-button .icon-2{position:absolute;top:0;left:25px;width:12px;transform-origin:50% 0;transform:rotate(10deg);transition:all 1s ease-in-out;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.5));animation:slay-2 3s cubic-bezier(.52,0,.58,1) 1s infinite}@keyframes slay-2{0%{transform:rotate(0deg)}50%{transform:rotate(15deg)}to{transform:rotate(0)}}.olive-button .icon-3{position:absolute;top:0;left:0;width:18px;transform-origin:50% 0;transform:rotate(-5deg);transition:all 1s ease-in-out;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.5));animation:slay-3 2s cubic-bezier(.52,0,.58,1) 1s infinite}@keyframes slay-3{0%{transform:rotate(0deg)}50%{transform:rotate(-5deg)}to{transform:rotate(0)}}