@charset "UTF-8";

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

#profile_header .profile_section_background,#header_bar,#footer_bar,#profile_header,#about_me_label,#tags_container,#profile_friends .heading {
  display:center;
}

#about_me_value {
  text-align:center;
  width:960px;
}

#profile {
  position:absolute;
  top:0;
  left:0;
  width:960px;
}

.container {
  display:block;
}

body {
}

#profile_friends {
  position:center;
  top:-1300px;
  left:600px;
  width:350px;
}

#fixed_background {
  display:block;
  background-position:top;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(<a href="https://ibb.co/bDm697"><img src="https://preview.ibb.co/jfJxGn/IMG_0010.png" alt="IMG_0010" border="0"></a>);
}

.profile_section_content {
  font-family:dauphin;
  font-size:16px;
  color:#2EFEF7;
  border:0 none #f80d0d;
  padding:0;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #2EFEF7;
  -moz-box-shadow:0 0 0 #2EFEF7;
  box-shadow:0 0 0 #2EFEF7;
}

.profile_section_background {
  background-color:color:#0000;
  background-color:#100719;
  filter:alpha(opacity=0);
  opacity:50;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #2EFEF7;
  -moz-box-shadow:0 0 0 #2EFEF7;
  box-shadow:0 0 0 #2EFEF7;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#2EFEF7;
  color:#100719;
  font-family:Brush MT,cursive;
  font-weight:normal;
  font-style:italic;
  font-size:30px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 15px #3A01DF;
  -moz-box-shadow:0 0 15p;