.top {
  background-color: rgb(166, 140, 26);   
  color: white;              
  padding: 10px 0;           
  text-align: left;        
  font-size: 5px;
  padding-left: 30px;
}
.back-button{
    color: white;
      font-size: 34px;
  padding: 20px 20px;
  text-decoration: none;
}
.left {
  background-color: rgba(104, 104, 104, 0.7);
  height: 820px;
  width: 400px;
  color: white;
  
}
body {
  background-image: url("background\ story.jpg");
  background-repeat: no-repeat;  
  background-size: cover;        
  background-position: center;   
  background-attachment: fixed;  
}
