@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#008000;
  background-color:#c956bd;
  color:#008000;
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:normal;
  font-size:15px;
}

#fixed_background {
  display:block;
  background-position:center;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/338/33809196/330-491-585-845-13205507.jpg);
}

.profile_section_content {
  color:#FF0000;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #83e030;
  -moz-box-shadow:0 0 0 #83e030;
  box-shadow:0 0 0 #83e030;
}