body {
  background-color: #d7e4d6;
  text-align: center
}

p {
  font-family: cursive;
  color: #6f9575;
}


img {
  height: 450px;
  width:350px;
  margin: 32px;
  border-style:double;
  border-width:6px;
  border-color:#ffffff; 
  border-radius:35px;
}

h1{
  text-align:center;
  color:#c8b899;
}
a {
  border-style:groove;
border-color:#2dc852;
border-radius:28px;
padding:14px;
text-decoration:underline;
background-color:#a79e8c;
color:#2f9168;
}