body { 
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(205, 151, 90);
   
}
h1 {
    color: royalblue;
    font-size: xx-large;    
    
}
h2 {
    color:royalblue
}

a {
    color: royalblue;
}
a:hover {
    text-decoration: none;
}
.story {
    max-width: 650px;
}