img {
  margin-right: 10px;
  max-width: 200px;
}

.content {
  align-items: flex-start;
}

hr {
  height: 1px;
}

.pub_details {
  font-size: smaller;
}

.book {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 10px;
}

.book-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  margin: 10px;
}