.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.top-image {
  width: 250px;
  height: 250px;
}

.image-row {
  display: flex;
  justify-content: center;
}

.image {
  width: 150px;
  height: 150px;
  margin: 10px;
}