body {
  background-color: beige;
}

.museum {
  text-align: center;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.item {
  border: 1px solid #000;
  background-color: rgb(250, 250, 250);
  padding: 20px;
}
.item__img {
  height: 180px;
}/*# sourceMappingURL=style.css.map */