.App{font-family:sans-serif;text-align:center;padding:20px}.projects-section{padding:40px 20px;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5em;margin-bottom:40px;color:#333}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;justify-content:center}.project-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;padding:20px;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between}.project-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.project-card h3{font-size:1.6em;color:#007bff;margin-bottom:10px}.project-card img{max-width:100%;height:180px;object-fit:cover;border-radius:4px;margin-bottom:15px}.project-card p{font-size:.95em;color:#555;line-height:1.6;margin-bottom:15px;flex-grow:1}.project-card .project-links{margin-top:15px}.project-card .project-links a{display:inline-block;margin:0 8px;padding:8px 15px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.project-card .project-links a:hover{background-color:#0056b3}
