@charset "UTF-8";

/* hide everything */
#header_bar,#footer_bar,#profile_friends,#profile_header,.heading,.label,.container {
  display:none;
}

/* show only about section */
.container#about_me_container {
  display:block;
}

/* rate & admire */
#profile_friends,#profile_friends .container,#profile_friends .container .label {
  display:none;
}

/* newsfeed */
#profile_mfc_news_feed_content {
  display:none;
}

/* photo galleries */
#profile_photo_galleries,#profile_password_photo_galleries {
  display:none;
}

/* profile comments */
#profile_comments {
  display:none;
}

/* reset */
* {
  box-sizing:border-box;
}

body,.profile_section_content,.container {
  margin:0;
  padding:0;
}

img {
  max-width:100%;
}

#profile_about_me,#profile {
  background:#000;
  max-width:800px;
  margin:0 auto;
}

#about_me_value.value {
  display:inline;
}

.profile_section_content {
  position:static;
}

.container-main {
  width:800px;
  text-align:center;
}

* {
  box-sizing:border-box;
  font-family:'Exo 2',sans-serif;
  font-size:12px;
}

body {
  margin:0;
  font-family:'Exo 2',sans-serif;
  background-color:#000;
}

/* Style the top navigation bar */
.topnav {
  overflow:hidden;
  background-color:#000;
  background:rgb(182,34,195);
  background:radial-gradient(circle,rgba(182,34,195,0.7570378493194152)
33%,rgba(45,253,247,0.6113795860140931) 100%);
  position:-webkit-sticky;
/* Safari */
  position:sticky;
  top:0;
}

/* Style the topnav links */
.topnav a {
  float:right;
  position:relative;
  left:-14.7%;
/* or right 50% */
  text-align:right;
  display:block;
  color:#FFF;
  text-align:right;
  padding:10px 14px;
  text-decoration:none;
  opacity:10;
  transition:.9s;
}

/* Change color on hover */
.topnav a:hover {
  color:#00dccf;
}

/* Style the content */
.content {
  background-color:#000;
  background:url(https://i.ibb.co/cNKC7Yh/embg8.png);
  background-size:800px 1370px;
  border:0 solid #FFF;
  padding:0;
}

* {
  box-sizing:border-box;
}

.centered {
  top:50%;
  left:50%;
/* bring your own prefixes */
  transform:translate(+2.2%,-0%);
}

.footer {
  width:100%;
  background-color:#000;
  color:#FFF;
  border:1px solid #000;
  text-align:center;
}

a {
  text-decoration:none;