@charset "UTF-8";

.profile_row {
  display:none;
}

.heading {
  display:none;
}

#header_bar {
  display:none;
}

#footer_bar {
  display:none;
}

#profile_friends {
  display:none;
}

#tags_container {
  display:none;
}

#username_label {
  display:none;
}

#username_value {
  display:none;
}

#gender_label {
  display:none;
}

#gender_value {
  display:none;
}

#sexual_preference_label {
  display:none;
}

#sexual_preference_value {
  display:none;
}

#about_me_label {
  display:none;
}

body {
  font-family:"Playfair Display",serif;
  font-optical-sizing:auto;
  font-weight:400;
  font-style:normal;
  background-color:rgb(255,244,234);
  margin:0;
}

.profile_row {
  text-align:center;
}

.content {
  width:60%;
  margin:auto;
  text-align:center;
  background-color:rgb(255,244,234);
}

.header-img {
  width:100%;
}

.about-me-img {
  width:100%;
}

.rules-img {
  height:500px;
}

a {
  text-decoration:none;
  color:inherit;
  height:20px;
}

.clubs-header {
  width:100%;
}

.clubs {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

.club-svg {
  height:15px;
  width:15px;
}

.club-img {
  height:250px;
}

.high-tip-img {
  width:100%;
}

.navi {
  display:flex;
  gap:30px;
  justify-content:center;
}

.back-to-top {
  position:fixed;
  bottom:80px;
  left:20px;
  z-index:99;
}

.up-img {
  height:100px;
}

.profile_section_background {
  display:none;
}

.mfc_compliance_link {
  position:relative;
  bottom:-360px;
}