main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.more {
  margin-top: 15px;
  margin-bottom: 35px;
}

h2 {
  margin-bottom: 25px;
}

img {
  width: 500px;
  aspect-ratio: 1;
}

@media only screen and (max-width: 500px) {
  img {
    width: 300px;
  }
}
