.book-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.book-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
    justify-content: space-evenly;
}


.book-item img {
    max-width: 100%;
    height: auto;
}

.book-info {
    margin-top: 10px;
}

.book-info h4 {
    margin: 0;
}

.book-info p {
    margin: 0;
}
