body{
    background-color: wheat;
}

/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
    
  }
  
  /* Twitter */
  .fa-twitter {
    
    background: #55ACEE;
    color: white;
  }
  .fa-github {
    background: black;
    color: white;
  }
  .fa-linkedin {
    background: rgb(37, 48, 207) ;
    color: white;
  }
  #review {
    color: #660000;
    font-weight: bolder;

    margin-right: 20%;
    margin-left: 20%;
    
    
    text-align: justify;
  }
  #about_para{

    color: #660000;
    font-weight: bolder;

    margin-right: 20%;
    margin-left: 20%;
    
    
    text-align: justify;
  }
  #about_logo{
    display:block;
    margin:auto;
    text-align: left;
    width: 50%;
    height: 50%;
  }

  #book_image{
    display:block;
    margin:auto;
    text-align: left;
    width: 30%;
    height: 30%;
  }

  #mini_book_image{
    width:100%; 
    height:300px;
  }

  #main_footer{
  align-items: center;

  }