.imgcompare {
  width: 20rem;
  height: 20rem;
  margin: 1rem;
}

.divcompare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 4fr 1fr;
    justify-content: center;
    align-items: center;
    width: 30em;
    margin: auto;
}

.divcompare b {
  text-align: center;
}

.divcompare a {
  margin : auto;
}
.people-container {
  display: flex;
  justify-content: flex-start;
}

.people-item > img {
  width: 15rem;
  height: 15rem;
  object-fit: cover;
  border-radius: 2rem;
  margin: 2rem;
}

.people-profile > h3 {
  margin: 1rem;
}

.people-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
