.sticker-sheet {
  width: 100%;
  max-width: 160px; /* Adjust based on your image size */
  aspect-ratio: 2 / 6; /* Matches 6 columns by 2 rows */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-left: 20px;
  margin-top: 100px;
}

.sticker-sheet img {
  width: 100%;
  height: auto;
  display: block;
}
