body {
  font-family: 'Georgia', serif;
  background: url("bg.jpeg") no-repeat center center fixed;
  background-size: cover;
  background-color: #fdf6f0; /* fallback color */
  color: #000000;
  line-height: 1.6;
}


.books h1{
  
  color: #B2334C;
  text-decoration: none;
  font-weight: bold;
  
}
           /* each link takes the full line */
  
 
  
.cartoons h1{
  
  color: #B2334C;
  text-decoration: none;
  font-weight: bold;
  
} 
nav a {
            /* each link takes the full line */
  color: #7fa631;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}
.author{
  color:#000000;
}



  