.book:hover{
    background: rgb(255,176,215);
    background: linear-gradient(90deg, rgba(255,176,215,1) 0%, rgb(237, 196, 217) 50%, rgba(255,176,215,1) 100%);
border-radius: 30px;
 }

 table.services td{
    width: 100%;
    color: rgb(48,47,47);
    font-family: 'Droid Serif';
    font-size: 20px;
}

table.services td.price{
    font-family: 'Droid Serif';
    color: rgb(75,65,157);
    vertical-align: baseline;
}

table.services td p{
    color: rgb(95,91,91);
    font-family: Archivo, sans-serif;
    font-size: 1rem;
}
.bold{
    font-weight: 600;
}
