@charset "UTF-8";

body {
  background-color:#000000;
  background-image:url(https://i.imgur.com/HuQpUod.png);
/* Fondo místico oscuro */
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  color:#EEDCFF;
  font-family:'Times New Roman',serif;
  font-size:14px;
}

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

a:visited {
  color:#9B6CFF;
}

.profile_section_content {
  background-color:rgba(20,0,30,0.6);
  color:#EEDCFF;
  border:1px solid #C082FF;
  padding:10px;
  margin:10px;
  border-radius:10px;
  box-shadow:0 0 12px #8A2BE2;
}

.profile_section_background {
  background-color:transparent;
  opacity:1;
}

.img_radius_shadow {
  border-radius:8px;
  box-shadow:0 0 10px #6F2DA8;
}

.profile_section_content .heading {
  padding:10px;
  background-color:rgba(72,0,100,0.7);
  color:#DCCEFF;
  font-family:'Times New Roman',serif;
  font-size:16px;
  text-shadow:1px 1px 2px #000;
  border-radius:5px;
}

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