body {
  font-family: 'Courier New', Courier, monospace;
}

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

.title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 32px;
  text-align: center;
}

.items {
  display: flex;
  gap: 52px;
  justify-content: center;
}

.item {
  display: flex;
  flex-direction: column;
  width: 200px;
  align-items: center;
}

img {
  width: 100px;
  height: 100px;
}

.text {
  text-align: center;
}