
.bookName{
    font-weight: 600;
    font-size: 1.5rem;
}

.autorName{
    font-weight: 40;
    font-size: 1rem;
}

.starScore{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    gap: 10%;
    height: 2rem;
    border-radius: 0.4rem;
    background-color: rgb(0, 84, 194);
}

.starScoreIcon{
    width: 1rem;
    height: 1rem;
}


.starSpan{
    font-weight: 600;
    font-size: 1.5rem;
}

.sliderButton,.sliderButton2{
    border-radius: 100%;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    z-index: 2;
}




