.main-content {
  width: 1530rem;
  margin-top: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.venue-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30rem;
}

.venue-list .venue {
  margin-right: 25rem;
  margin-top: 20rem;
}
.venue-list .venue.active {
  background: var(--color-primary);
  color: #fff;
}

.guest-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30rem;
}
.guest-list .guest {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90rem;
  margin-right: 30rem;
  width: 215rem;
  overflow: hidden;
  cursor: pointer;
}
.guest-list .guest > p {
  word-break: keep-all;
}
.guest-list .guest .guest-img {
  width: 215rem;
  height: 215rem;
  border-radius: 107rem;
}
.guest-list .guest .guest__name {
  margin-top: 20rem;
  font-size: var(--text-md);
  margin-bottom: 10rem;
}
.guest-list .guest .guest__line {
  margin-top: 5rem;
  text-align: center;
}

/*# sourceMappingURL=guest.css.map */
