body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-color:#f4f4f4;--text-color:#333;--header-bg:#1a1a1a;--header-text:#fff;--btn-bg:#0af;--card-bg:#fff;--card-text:#333;--shadow-color:#0003}*{box-sizing:border-box;margin:0;padding:0}body{background:#f4f4f4;background:var(--bg-color);color:#333;color:var(--text-color);font-family:Arial,sans-serif;line-height:1.6}header{background:#1a1a1a;background:var(--header-bg);color:#fff;color:var(--header-text);padding:1rem;position:fixed;top:0;width:100%;z-index:100}nav{align-items:center}nav,nav ul{display:flex;justify-content:center}nav ul{gap:2rem;list-style:none}nav a{color:#fff;color:var(--header-text);font-weight:700;text-decoration:none;transition:color .3s}nav a:hover{color:#0af}section{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:5rem 2rem}#home{background:linear-gradient(135deg,#f4f4f4,#e0e0e0);background:linear-gradient(135deg,var(--bg-color),#e0e0e0);padding-top:8rem}.profile-pic{border-radius:50%;box-shadow:0 4px 8px #0003;box-shadow:0 4px 8px var(--shadow-color);height:150px;margin-bottom:1rem;object-fit:cover;width:150px}h1,h2{color:#333;color:var(--text-color);margin-bottom:1rem}.btn{background:#0af;background:var(--btn-bg);border-radius:5px;color:#fff;display:inline-block;padding:.5rem 1rem;text-decoration:none;transition:background .3s}.btn:hover{background:#07c}.project-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem;max-width:1200px;width:100%}.project-card{background:#fff;background:var(--card-bg);border-radius:10px;box-shadow:0 4px 8px #0003;box-shadow:0 4px 8px var(--shadow-color);padding:1rem;transition:transform .3s}.project-card:hover{transform:translateY(-5px)}.project-card img{border-radius:5px;height:auto;max-width:100%}.project-card h3,.project-card p{color:#333;color:var(--card-text)}footer{background:#1a1a1a;background:var(--header-bg);padding:1rem;text-align:center;width:100%}footer,footer a{color:#fff;color:var(--header-text)}footer a{align-items:center;display:inline-flex;margin:0 .5rem;text-decoration:none}footer a:hover{color:#0af}footer svg{font-size:1.2rem;margin-right:.3rem}@media (max-width:768px){nav ul{flex-direction:column;text-align:center}section{padding:3rem 1rem}}
/*# sourceMappingURL=main.0d213fb0.css.map*/