*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:#f5f5f5;color:#222;line-height:1.6}.navbar{position:fixed;top:0;width:100%;display:flex;justify-content:center;gap:2rem;padding:1rem;background:#111;z-index:1000}.navbar a{color:#fff;text-decoration:none;font-weight:700;transition:color .3s}.navbar a:hover{color:#f60}section{min-height:100vh;padding:6rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}h1,h2{margin-bottom:1rem}.skills-container{display:flex;gap:4rem}.skills-container ul{list-style:none}.projects-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;width:100%;max-width:700px}.project-card{border:2px solid #111;padding:1.5rem;border-radius:6px;background:#fff;box-shadow:2px 2px 6px #0003;text-align:center}.project-card h3{margin-bottom:.5rem;font-size:1.4rem}.project-card p{margin-bottom:1rem;font-size:1rem}.project-card a{display:inline-block;margin:.3rem .6rem;padding:.5rem 1rem;border:1px solid #111;text-decoration:none;font-size:.95rem;background:#f8f4e8;transition:.2s}.project-card a:hover{background:#ddd}.contact-form{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem;width:100%;max-width:400px}.contact-form input,.contact-form textarea,.contact-form button{padding:.6rem;border:1px solid #ccc;font-family:inherit;font-size:1rem;border-radius:4px}.contact-form button{background:#111;color:#fff;cursor:pointer;transition:.3s}.contact-form button:hover{background:#f60}.profile-pic{max-width:200px;border-radius:8px;border:3px solid #111;margin-bottom:1rem}.skills-chart{margin-top:2rem;width:100%;max-width:600px;height:350px}.project-card img{max-width:100%;height:auto;border:2px solid #111;border-radius:4px;margin-bottom:1rem}.home{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.home-content{display:flex;flex-direction:column;align-items:center}.profile-pic.home-pic{max-width:250px;border-radius:50%;border:4px solid #111;margin-bottom:1.5rem}.about-pic{max-width:220px;border-radius:8px;border:3px solid #111;margin-bottom:1.5rem}.github-chart{margin-top:2rem;max-width:700px;height:400px;margin-left:auto;margin-right:auto}.github-table{margin-top:2rem;overflow-x:auto}.github-table table{width:100%;border-collapse:collapse}.github-table th,.github-table td{padding:.75rem;border:1px solid #111;text-align:left}.github-table th{background:#f4f4f4}.projects-stats{display:flex;justify-content:space-around;margin:2rem 0;flex-wrap:wrap;gap:1rem}.stat-card{text-align:center;border:2px solid #000;padding:1rem 2rem;background:#fdfcf7;box-shadow:2px 2px 6px #0003;flex:1 1 200px}.stat-card h3{font-size:2rem;margin-bottom:.5rem}
