.paratypewr-hand {
    background-image: none;
    display: none;
    position: fixed;
    width: 32px;
    height: 32px;
    z-index: 9999;
    pointer-events: none;
    transform-origin: bottom center;
    will-change: transform;
    contain: content;
}

.paratypewr-hand svg {
    width: 100%;
    height: 100%;
}

.paratypewr-hand-writing {
    animation: hand-writing 0.5s infinite alternate;
}

@keyframes hand-writing {
    0% { transform: translate(-50%, -50%) rotate(-5deg); }
    100% { transform: translate(-50%, -50%) rotate(5deg); }
}
