body{background-color:#282c34;color:#fff;font-family:Orbitron,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;margin:0}h1,h2,h3{color:#9c27b0;text-shadow:0 0 5px #ffeb3b,0 0 10px hsl(36,84%,49%)}a{color:#ffeb3b;text-decoration:none;border-bottom:1px solid hsl(32,89%,50%);transition:color .3s ease,border-bottom-color .3s ease}a:hover{color:#9c27b0;border-bottom-color:#9c27b0}.container{max-width:800px;width:90%;padding:2rem;background:#0003;border-radius:15px;border:1px solid #9c27b0;box-shadow:0 0 20px #9c27b0}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.project-card{background:#0006;border:1px solid hsl(32,96%,53%);border-radius:10px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000004d}
