html {
    color: #3f6f79
}


body {
    max-width: 900px;
    margin: 0 auto;
    font-family: "Quintessential", serif;
    background-color: #D9D7D8
}

h1, h2, h3 {
  font-family: "Almendra SC", serif;
}

h1 {
    font-size: 40px;
    text-align:center
}

nav {
    text-align:center;
    font-size: 20px;
    margin-bottom: 60px
}


ul {
    margin-bottom: 50px;
    list-style: none
}

a:link{
    color: #54713a;
}

a:visited {
    color: #2b2e28;
}

a:hover {
    color: #afc698;
}

a:active {
    color: #83c9c9
}

a:focus {
    color: #afc698;
}





p {
    font-size: 20px;
    margin: 60px,60px
}