
/*HEADER*/

h1 { text-align: center;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.navigation {
  list-style-type: none;  
  padding: 0;
  margin: 0;
  text-align: center;   
}

.navigation li {
  display: inline;         
	
  margin: 0 15px;          
}

.navigation a {
  text-decoration: none;   
	
  color: purple;         
	
  font-family: Arial, Helvetica, sans-serif; 
}

/* lines above and below nav */
.navigation {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 10px 0;
  margin: 15px auto;
  width: 60%;
}

.green-white {/*Box1*/
    background-color: #FDFDFD;
    width: 300px;
    border-color: #26C54C;
    border-width: 3px;
    -webkit-box-shadow: 0px 0px #17B42E;
    box-shadow: 0px 0px #17B42E;}

.right-box {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin: 0 20px;
  padding: 20px;
border: 4px solid blue;   
  border-radius: 20px;      
  background-color: purple;}

.box-wrapper 
.box-wrapper {
  text-align: center;
  margin-top: 40px;
}.left-box

{
  background-color:ghostwhite;              
  border: 3px solid #26C54C;             
  box-shadow: 5px 5px 15px rgba(0,0,0,0.3); 
}.right-box 
 background-color: #ff00ff;   
  border: 3px solid blue;     
  border-radius: 15px;         
  color: white;               
.box-wrapper {
  text-align: center;
  margin-top: 40px;
}

.left-box,
.right-box {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 180px;   
  margin: 0 30px;
  padding: 20px;
}
.chapter-paragraph {
  width: 70%;
  margin: 40px auto;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration-color:gray;
}