.buyer-section {
    display: flex;
    flex-direction: row;
    font-size: 20px;
}

.book-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px;
    font-size: 30px;
    color: #695442;
    text-decoration: none;
}