.screenshot-gallery img {
  width: 300px;
  margin: 1rem;
  border: 2px solid #880e4f;
  box-shadow: 0 0 10px rgba(136, 14, 79, 0.5);
  transition: transform 0.3s ease;
}

.screenshot-gallery img:hover {
  transform: scale(1.05);
}