.min-h-screen{min-height:100vh}img{max-width:300px;height:100%;border-radius:10px;object-fit:cover;transition:transform .3s ease}img:hover{transform:scale(1.05)}button{background:#ff6b6b;color:#fff;border:none;padding:10px 20px;margin:0 10px;border-radius:5px;cursor:pointer;font-size:16px;transition:background .3s ease}button:hover{background:#ff5252}.gallery{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.image-item{text-align:center;max-width:300px}.image-item h2{margin-top:10px;font-size:14px;color:#ccc}.controls{display:flex;justify-content:center;align-items:center;margin-top:20px}.controls h4{margin:0 20px;color:#fff}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;background:#000;min-height:100vh;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
