.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{border:1px solid #ccc;padding:15px}
