
body{font-family:Poppins,Arial;margin:0;background:#eef2f7}
header{background:#002855;color:white;padding:15px;display:flex;justify-content:space-between}
nav a{color:white;margin:10px;text-decoration:none}
.card{background:white;padding:15px;margin:15px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.1)}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.hero{height:60vh;background:url('https://source.unsplash.com/1600x900/?india,parliament') center/cover;display:flex;align-items:center;justify-content:center;color:white;font-size:40px}
