.ripple{pointer-events:none;z-index:1;background:#ffffff4f;border-radius:50%;width:200px;height:200px;animation:.5s ease-in ripple-animation;position:absolute;transform:translate(-50%,-50%)scale(0)}@keyframes ripple-animation{to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}
