body {
    background-color:#f9ebbf;
    font-family: "Quintessential", serif;
    font-weight: 400;
    font-style: normal;
    color:#805c45;
}

p{
    text-align:center;
    color:#805c45;
}

 /* unvisited link */
a:link {
  color:#1b581b;
}

/* visited link */
a:visited {
  color:#805c45;
}

/* mouse over link */
a:hover {
  color:#acc35b;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 512px;
}