@charset "UTF-8";

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

a:visited {
  color:#b994d4;
}

body {
  background-color:#ffffff;
  background-color:#7d56d0;
  color:#000000;
  font-family:'georgia';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  text-shadow:1px 1px 1px white;
}

#fixed_background {
  display:block;
  background-position:center;
  background-attachment:scroll;
  background-repeat:no-repeat;
  background-image:url(https://i.ibb.co/DfNVpFc3/PSX-20240919-190700.jpg);
}

.img_radius_shadow {
  border-radius:10px;
}

.profile_section_content {
  color:#000000;
  border:9px hidden #e4d7f5;
  padding:15px;
  margin:14px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
}

.profile_section_background {
  background-image:url(https://i.ibb.co/tpJ9nZCx/clouds.png);
  background-color:transparent;
  filter:alpha(opacity=85);
  opacity:.85;
  background-attachment:scroll;
  background-repeat:no-repeat;
}

.profile_section_content .heading {
  padding:6px;
  background-color:#f9e8df;
  color:#6f2e09;
  font-family:'georgia';
  font-weight:bold;
  font-style:oblique;
  font-size:20px;
  -webkit-border-radius:5;
  -moz-border-radius:5;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:2px 2px 2px grey;
  -webkit-text-shadow:2px 2px 2px #000000;
  -moz-text-shadow:2px 2px 2px #000000;
  text-shadow:1px 1px 1px grey;
}

.content {
  padding:10px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}