*{margin:0;padding:0;box-sizing:border-box}body{background:#000;overflow:hidden}.container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100vw}.neon-image{max-width:90vw;max-height:90vh;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;animation:fadeIn 1.2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
