body {
  margin: 2em 2em;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-color:#ffffff;
  background-image: url("images/TexturePapier.jpg");


}
.tree {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 800px;
}
.tree .username {
	font-size:36px;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  margin: 1em;
}
.tree .links a {
  margin: 0.75em auto;
}
.tree .footer {
  margin: 2rem;
}
.tree .profile-pic {
  width: 300px;
   text-align: center;
}
a.btn {
  background-color: transparent;
  border-radius: 32px;
  color: #446160;
  border-color: #446160;
}
  
 a.btn:hover {
  background-color: #446160;
  border-radius: 32px;
  color: #FFF;
  border-color: #446160;

}
  

