@charset "UTF-8";

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_header,#tags_label,#tags_value,#profile_main_photo,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile_avatar,#profile_comments,#profile_friends,#profile_schedule,#username_container,#cam_score_container,#gender_container,#ethnicity_container,#age_container,#country_container,#tags_container,#city_container,#sexual_preference_container,#body_type_container,#hair_container,#eyes_container,#weight_container,#height_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#profile_interests_content {
  display:none;
}

body {
  font-family:'Bradley Hand ITC';
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  font-size:14pt;
  color:#000000;
  background-image:url(https://s19.pixxxels.cc/wlsn0kjar/studio_ghibli_background.jpg);
  width:600px;
  margin:auto;
}

p {
  margin:auto;
  width:600px;
}

div {
  border-radius:10px;
}

#container {
  width:600px;
  background-color:#F7E6EA;
  border-radius:15px;
  margin:0;
  margin-top:1px;
  margin-bottom:-5px;
  text-align:center;
}

.profile_section_background {
  background-color:#F7E6EA;
  filter:alpha(opacity=100);
  opacity:1;
  border-radius:15px;
  margin:-10px;
  margin-top:0;
  margin-bottom:0;
}