.stack-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stack-badge .glitter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.2) 0%, transparent 40%, rgba(255, 255, 255, 0.2) 70%);
  background-size: 300% 300%;
  transition: background-position 0.05s ease;
}

.stack-badge {
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: white;
  padding: 20%;
  margin: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: transform 0.1s;
  transform-style: preserve-3d;
}
