.book {
  white-space: normal;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 200px;
  float: left;
  text-align: center;

  .info {
    width: 160px;
    text-align: left;
    margin-top: 15px;
    margin-left: 5px;
    float: left;

    .title {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 5px;
    }
  }

  .links {
    margin-top: 10px;
  }

  a {
    color: black;
    text-decoration: none;
  }
}

