.dinleKutusu{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:6px;
    margin:8px 0;
    font-family:Arial, Helvetica, sans-serif;
}

.dinleYazi{
    font-size:16px;      /* İsterseniz büyütüp küçültebilirsiniz */
    font-weight:bold;
    color:#444;
}

.btnSes{
    width:35px;          /* Buton çapı */
    height:30px;
    border:none;
    border-radius:50%;
    background:#55749f;
    color:#fff;
    font-size:20px;      /* Simge boyutu */
    cursor:pointer;
    transition:.2s;
}

.btnSes:hover{
    background:#e67600;
}

.btnSes:active{
    transform:scale(.95);
}
