.bookshelf img:hover {
  transform: scale(1.10);
}

.book-cover:hover {
    transform: translateY(-5px);
}
