  .bookItem {    background: #fff;    -webkit-box-shadow: 3px 3px 5px grey;    box-shadow: 3px 3px 5px grey;    width: 200px;    height: 270px;    overflow: hidden;    cursor: pointer;    flex-shrink: 0;    background-size: cover !important;  }  .bookItem .info {    background-color: rgba(255, 255, 255, 0);    margin: 4px;    margin-top: 12px;  }  .bookItem .name {    font-size: 18px;    color: rgb(25, 25, 25, 0);    text-align: center;  }  .bookItem .desc {    font-size: 13px;    color: rgb(79, 79, 79);    text-align: center;  }  .bookListLink {    text-decoration: none;    color: #000;  }