#pacman-cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    pointer-events: none;
    background-image: url('/static/img/pacman.webp'); /* Apenas uma imagem do Pac-Man olhando para a direita */
    background-size: cover;
    z-index: 9999;
    transition: transform 0.1s linear, left 0.1s linear, top 0.1s linear;
}
