.card__descrição{
display: flex;
justify-content: space-between;
margin-bottom: 0.5em;
}
.card__botões{
display: flex;
justify-content: space-between;
}
.botões{
display: flex;
}
.card{
background: var(--branco);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
margin: 1em;
padding: 1em;
}
.descrição__titulo{
color: var(--laranja);
font-weight: 700;
}
.descrição__titulo-livro{
color: var(--azul);
font-size: 18px;
font-weight: 700;
margin: 0.5em 0;
}
.descrição__texto{
font-size: 14px;
}
.botões__item{
margin: 0.5em;
}
.botões__ancora{
background-color: var(--laranja);
padding: 1em 1.7em;
color: var(--branco);
font-weight: 700;
text-decoration: none;
}