@charset "UTF-8";

url(https://fonts.googleapis.com/css2?family=Roboto:wght@500;900&display=swap);
a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-image:url(https://img.mfcimg.com/photos2/458/45811916/456-570-798-290-14501389.jpg);
/* Add your image URL here */
  background-size:contain;
/* Ensures the entire image is visible without stretching */
  background-position:center;
/* Centers the image */
  background-repeat:repeat;
/* Allows the image to repeat */
  color:#000000;
  color:#000000;
  font-family:'Roboto',sans-serif;
  font-weight:900;
/* Increased boldness */
  font-style:normal;
  font-size:20px;
/* Add this line for text stroke */
  -webkit-text-stroke:1px black;
  opacity:.8;
/* Adjust this value for overall transparency */
}

.profile_section_content {
  color:#000000;
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:.3;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#FFC0CB;
  color:#000000;
  font-family:'Verdana';
  font-weight:bold;
  font-style:oblique;
  font-size:20px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

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