body {
  background: #fffde7;
  font-family: Georgia, serif;
  text-align: center;
  padding: 20px;
}

.book {
  margin: 15px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
  padding: 10px;
  background: #fff;
  display: inline-block;
  max-width: 180px;
}

img {
  width: 100%;
  border-radius: 4px;
}

p {
  font-size: 14px;
}
