h1{
  color: #A8774F;
  font-size: 100px;
  font-family: "Copperplate" ;}
  
  h2{
  color: #50392A;
  size: 25px;}
  
  .rightside {
  height: 100%;
  width: 180px; /* Set the width of the sidebar */
  position: fixed;
  z-index: -1; /* Stay on top */
  top: 150px; /* width from the top */
  left:1200px;
  background-color: #AC9A84;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 25px;
}
  
  .leftside {
  height: 100%;
  width: 180px; /* Set the width of the sidebar */
  position: fixed;
  z-index: -1; /* Stay on top */
  top: 150px; /* width from the top */
  left:0;
  background-color: #AC9A84;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 25px;
}

.book{
  width:800px;
  height:150px;
  border:10px #50392A;
  padding:20px;
  margin: 50px;
  display: flex;
  flex-direction: column;
  background-color: #50392A;
}