.container {
  display: flex;
  justify-content: space-between;

  max-width: 1200px;
  margin: 100px auto;
}



.container>div {
  display: grid;
  justify-content: center;
  align-content: center;

  width: 150px;
  height: 150px;

  border: 3px solid #333;
}