body {
 font-family:sans-serif;
 background-color:darkslategray;
}
h1{
 color:darkgreen;
 text-align: center;
}
h2 {
 padding-top: 0.5em;
 text-align: center;
}
h3{
    color: darkgreen;
}
#content {
 width: 75%;
 margin: 10px auto; 
 background:white; 
 padding: 1em 3em;
}
#firstStory{
    color: darkolivegreen;
}
.firstLetter {
 font-size: 300%;
 font-family: Georgia, serif;
}
.firstWord{
 text-transform: uppercase;
}

#navigation {
 font-family: Georgia, serif;
 font-size: 100%;
 border-top: solid 2px;
 border-bottom: solid 2px;
 text-align: center;
}
li {
 display: inline;
 list-style-type: none;
}
.nav:link, a:visited, a:active {
 color:darkgreen; 
 text-decoration: none; 
 font-weight: bold;
}
.nav:hover {
 text-decoration: none;
 font-size: 25px;
}
.backtotop:hover {
    color: black;
    text-decoration: underline;
}