/* Modernized styles-ppt-game.css */

.imageoption {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease;
}

.cardgame .bg-neutral-900\/40:hover .imageoption {
  transform: scale(1.1) rotate(5deg);
}
