body { font-family: Arial; text-align: center; }
.container { display: flex; justify-content: center; margin-top: 20px; }
#oyunAlan { width: 400px; display: grid; grid-template-columns: repeat(4, 80px); grid-gap: 10px; }
.kart { width: 80px; height: 80px; background:#3498db; cursor:pointer; display:flex; align-items:center; justify-content:center; color:white; font-size:24px; border-radius:10px; }
#skorPanel { margin-left:20px; text-align:left; width:200px; border:1px solid #ccc; padding:10px; border-radius:10px; background:#f7f7f7; }
#skorPanel h3 { margin-top:0; }
#skorPanel div { margin-top:5px; }
