main {
  max-width: 24em;
  margin: auto;
}

.artwork {
  border-radius: .4rem;
  aspect-ratio: 1;
  max-width: 100%;
  margin-bottom: 1.2rem;
}

.platforms {
  gap: .8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.platform img {
  height: 3rem;
}

