.book-cover {
  float: right;
  margin: 1rem 1rem 1rem 4rem;  /* BIG margins for testing */
  width: 150px;
  border-radius: 4px;
}
.clear-below {
  clear: both;
}
