body {
    font-family: 'Lobster', cursive;
    background-color: black;
}

h1 {
    color: chartreuse;
    font-size: 350%;
    letter-spacing: 2px;
    text-align: center;
}

h2 {
    color: ghostwhite;
    font-size: 180%;
    margin-top: 80px;
}

#firstStory {
    font-family: 'Roboto Condensed', sans-serif;
    color: floralwhite;
    font-size: 120%;
    line-height: 30px;
}

img {
    width: 45%;
    vertical-align: middle;
    border-bottom: yellowgreen solid 5px;
    padding-bottom: 10px;
}

#top {
    margin-top: 80px;
    font-size: 120%;
    color: dimgray;
}

#content {
    width: 80%;
    margin: 10px auto;
    background: black;
    padding: 1em 3em;
}

#navigation {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 120%;
    text-align: left;
    line-height: 30px;
    font-weight: bolder;
    padding-right: 2em;
    padding-left: 0em;
    width: 270px;
    height: auto;
    line-height: 50px;
}

li {
    list-style-type: none;
    display: inline;
}

a:link, a:visited, a:active{
    color: floralwhite;
    text-decoration: none;
}

a:hover {
    color: yellowgreen;
    text-decoration: underline;
}