.grid {
    display: flex;
    flex-wrap: wrap;
    border: 5px solid white;
    margin: auto;
    width: 300px;
    height: 300px;
}

.grid div {
    width: 20px;
    height: 20px;
}

.shooter {
    background: url(tati.png);
}

.invader { 
    background: url(yagoda.png);
}

.boom {
    background: url(torta.png);
}

.laser {
    background: url(torta.png);
}
