body {
  background-color:lightsteelblue;  
  color: darkblue 
} 

h1{
  color: grey; 
  text-align:center; 
  font-family:fantasy
} 

h3{
  color:gray
} 

img{
  width:425px; 
  border: 10px solid lightgrey; 
}  


.health {
  border: solid 3px;
  border-color: lightgray;
  color:darkblue;
  font-family:fantasy; 
} 

.about {
  border: solid 4px;
  border-color:darkblue;
  color:darkblue;
  font-family:fantasy; 
} 

.history {
  border: solid 4px;
  border-color:darkgray;
  color:darkblue;
  font-family:fantasy; 
}

