body { min-height: 100vh; }
#gallery img { transition: transform .25s ease; }
#gallery a:hover img { transform: scale(1.03); }
