body { background:#222; color:#fff; text-align:center; }
#game { display:grid; grid-template-columns:repeat(4,100px); gap:10px; justify-content:center; margin-top:20px; }
.card { width:100px; height:100px; background:#555; display:flex; align-items:center; justify-content:center; font-size:2em; cursor:pointer; }
.matched { background:green !important; }
