
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;}
.card{background:#f5e9e5;padding:15px;border-radius:10px;}
