.logo-content{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.logo-content .animated-logo,.logo-content .rotating-bunny{animation:60s linear infinite continuous-spin}.logo-tick{transform-origin:20px 20px}@keyframes continuous-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ripple{pointer-events:none;background-color:#81d2e94d;border-radius:50%;width:20px;height:20px;animation:.6s linear ripple-animation;position:absolute;transform:scale(0)}@keyframes ripple-animation{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(8)}}.logo-content:hover{background-color:#0891b20d}
