body {
  text-align: center;
  margin-top: 48px;
  font-family: Arial, Helvetica, sans-serif;
 /* background: #77b9ac;
  background: linear-gradient(#77b9ac, #c091c2);*/
  background:#353535;
  background-attachment: fixed;
}

.user_heading {
  color: #ffffff;
}

.profile_photo {
  width: 72px;
  border-radius: 100%;
  border: 3px solid #00dea3;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
	padding: 10px;
    background: #000;
}

.username {
  font-size: 25px;
  font-weight: 600;
}

.description {
  font-size: 16px;
}
.description a:link{
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:18px;
}


.social_media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 22px;
}

.social_icon_link {
  color: #00dea3;
  font-size: 20px;
  margin: 10px;
}

.social_icon_link:hover {
  color: #cccccc;
}

.link-tree {
  padding: 0;
  font-size: 20px;
}
.fab {
	margin: -5px !important;
}
.link-tree > li {
  margin: 12px 0;
  list-style-type: none;
}

.link-tree > li a {
  color: #ffffffde;
  border-radius: 30px;
  padding: 12px;
  text-decoration: none;
  max-width: 360px;
  width: 90%;
  display: block;
  margin: 0 auto;
} 

.link-tree > li a {
  background: #ffffff30;
  transition: all 0.2s ease;
}

.link-tree > li a:hover,
.link-tree > li a:focus {
  color: white;
  background: #ffffff70;
  transition: all 0.2s ease;
}

.website_rights {
  color: #ffffff;
  font-size: 14px;
  margin-top: 30px;
}