BODY {
BACKGROUND: BLACK;
COLOR: YELLOW;
TEXT-ALIGN: CENTER;
FONT-FAMILY: 'Bungee', cursive;
}

CANVAS {
BACKGROUND: BLACK;
BORDER: 2PX SOLID YELLOW;
}

.controles {
    margin-top: 20px;
}

.seta {
    width: 60px;
    margin: 5px;
    cursor: pointer;
    transition: transform 0.1s;
}

.seta:active {
    transform: scale(0.9);
}

.wall{
    background-color: darkblue

}

.pacman {
    border: none;
}

.pacman::before, .pacman::after {
position: absolute;
content:"";
display: block
width: 10px
height: 10px
}
