.fark-game-container{
    text-align:center;
    margin:20px auto;
    position: relative;
}

#farkCanvas{
    cursor:pointer;
    max-width:100%;
    height:auto;
    border:1px solid #ccc;
}

#skorTablosu{
    margin-top:20px;
    display:flex;
    justify-content:center;
    gap:20px;
}

.skorKutusu{
    background:#f9f9f9;
    padding:10px;
    border-radius:10px;
    text-align:center;
    width:120px;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);
}

.skorKutusu img{
    width:50px;
    height:50px;
    margin-bottom:5px;
}
