.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

img {
  margin: 5px;
  padding: 5px;
}
