body {
    font-size: 2rem;
}

.cursor {
    background-color: none;
    position: absolute;
    width: 64px;
    height: 64px;
    background-image: url("./img/walk_right.png");
    background-position: 64px 0px;
    background-size: cover;
    top: 0;
    left: 0;
    pointer-events: none; /* Allows clicks to pass through the div */
    transform: translate(-25px, -25px);
}