@charset "UTF-8";

body>*,#profile>*,#profile_about_me>*,#about_me_label,#profile_friends {
  display:none;
}

html,body,#profile,#profile_main_about_holder,#profile_about_me_friends,#profile_about_me_friends>.profile_section_content,#profile_about_me,#about_me_container,#about_me_value {
  display:block!important;
  margin:0;
  padding:0;
  border:0;
  min-width:100%;
  min-height:100%;
  position:relative;
}

html {
  height:100%;
}

#custom-profile-root {
  min-width:100%;
  min-height:100%;
  padding:10px;
  background:rgb(217,217,217);
  display:flex;
  flex-direction:column;
  align-items:center;
}

#custom-profile-root > section {
  margin:15px;
}

#custom-profile-root img {
  max-width:80vw;
}

#custom-profile-root .cosette_main-text img {
  width:650px;
}

#custom-profile-root .cosette_button-container {
  display:flex;
  align-items:center;
}

#custom-profile-root .cosette_button-container a {
  margin:10px;
  transition:all .2s;
}

#custom-profile-root .cosette_button-container a:hover {
  opacity:.8;
  transform:scale(1.05);
}

#custom-profile-root .cosette_button-container a img {
  width:200px;
}