/* Split off from styles.css to handle animation-specific styles */
.bouncing-face {
    position: absolute;
    width: 80px;
    height: 80px;
    object-fit: contain;
    z-index: 1000;
    pointer-events: none;
    user-select: none;
    will-change: transform;
    transition: none;
}

.bouncing-face-2 {
    position: absolute;
    width: 80px;
    height: 80px;
    object-fit: contain;
    z-index: 1000;
    pointer-events: none;
    user-select: none;
    will-change: transform;
    transition: none;
}