CSS Grid: justify-content

grid container
grid item
.container {
  justify-content: start; 
}