.pacman{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 60px;
    background: url(../sprites/pacman.png);
    background-size: 896px 248px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}
.debug{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    background: #FF00;
}