.shopTitle {
    text-align: center;
}

.shopSubtitle {
    text-align: center;
    border-bottom: 1px black solid;
}

.shopBody {
    text-align: center;
}

.productBlock {
    border: 1px black solid;
    width: 30%;
    padding: 20px;
}


.container {
    width: 80%;
    height: 300px;
    margin: auto;
    padding: 10px;
  }
  
  .left {
    width: 30%;
    height: 300px;
    float: left;
  }
  
  .right {
    margin-left: 15%;
    height: 300px;
  }

  .containerBook {
    width: 80%;
    margin: auto;
    padding: 10px;
    height: 500px;
  }

 

  .productHeading {
    font-size: 24px;
    padding: 20px;
  }

  .productDescription {
    padding: 20px;
  }

  .buttonBuyNow {
    background-color: #61ce70;
    /*border-radius: 3px;*/
    border: none;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
  }