@charset "UTF-8";

@font-face {
  font-family:'Finger Paint';
  font-style:normal;
  font-weight:400;
  src:local('Finger Paint Regular'),local(FingerPaint-Regular),url(https://fonts.gstatic.com/s/fingerpaint/v7/0QInMXVJ-o-oRn_7dron8YW-9JzT.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

h2 {
  color:#000000;
}

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

a:visited {
  color:#;
}

body {
  max-width:800px;
  margin:auto;
  background-color:#000000;
  background-image:url(https://img.mfcimg.com/photos2/281/28105045/508-215-473-600-11591587.jpg);
  background-repeat:no-repeat;
  background-position:0 10%;
  background-size:75%;
  font-family:'Finger Paint',cursive;
  font-weight:normal;
  font-style:normal;
  font-size:22px;
}

.profile_section_content {
  color:#666666;
  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;
  filter:alpha(opacity=100);
  opacity:1;
}

.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:transparent;
  color:#F5F5F5;
  font-family:'Finger Paint',cursive;
  font-weight:bold;
  font-style:normal;
  font-size:24px;
  -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;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float:left;
  width:50%;
  padding:5px;
}

/* Clear floats after image containers */
.row::after {
  content:"";
  clear:both;
  display:table;
}