@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";.app-container{max-width:900px;margin:0 auto;padding:1rem 2rem}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #eee;background-color:#f8f8f8}.navbar ul{list-style:none;display:flex;gap:1.5rem}.navbar a{text-decoration:none;color:#333}.navbar a:hover{color:#007bff}.hero-section{display:flex;flex-direction:column;align-items:center;padding:4rem 0;text-align:center}.hero-section img{width:150px;height:150px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem}.hero-section h1{margin-bottom:.5rem;font-size:2.5rem}.hero-section p{max-width:600px;margin:0 auto;line-height:1.6}.about-section{padding:3rem 0;line-height:1.6;border-bottom:1px solid #eee}.about-section h2{text-align:center;font-size:2rem;margin-bottom:1.5rem}.projects-section{padding:3rem 0;border-bottom:1px solid #eee}.projects-section h2{text-align:center;font-size:2rem;margin-bottom:2rem}.projects-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.project-item{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;list-style-type:none}.project-item a{display:inline-block;margin-top:1rem;color:#007bff;text-decoration:none;font-weight:600}.project-item a:hover{text-decoration:underline}.skills-section{padding:3rem 0;border-bottom:1px solid #eee}.skills-section h2{text-align:center;font-size:2rem;margin-bottom:2rem}.skills-list{list-style-type:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.skill-item{background-color:#f0f0f0;padding:.8rem 1.2rem;border-radius:6px;text-align:center;font-weight:600;box-shadow:0 2px 4px #0000000d;transition:transform .2s}.skill-item:hover{transform:translateY(-5px);box-shadow:0 6px 10px #0000001a}.experience-section{padding:3rem 0;border-bottom:1px solid #eee}.experience-section h2{text-align:center;font-size:2rem;margin-bottom:2rem}.experience-list{list-style-type:none;padding:0;margin:0}.experience-item{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:1.5rem}.job-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.job-header h3{font-size:1.2rem;font-weight:600;color:#212121;margin:0}.job-header p{font-size:.9rem;color:#777;margin:0}.contact-section{padding:3rem 0;text-align:center}.contact-section h2{font-size:2rem;margin-bottom:2rem}.contact-section form{max-width:500px;margin:0 auto;text-align:left}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-weight:600}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:Poppins,sans-serif}.form-group textarea{resize:vertical}.contact-section button{display:block;width:100%;padding:.8rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.contact-section button:hover{background-color:#0056b3}.social-links{margin-bottom:2rem;text-align:center}.social-links a{margin:0 1rem;color:#333;text-decoration:none;font-weight:600;transition:color .2s ease-in-out}.social-links a:hover{color:#007bff}*,*:before,*:after{box-sizing:border-box}body{background-color:#f7f7f7;font-family:Poppins,sans-serif;color:#333;margin:0;padding:0}
