@charset "UTF-8";

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

a:visited {
  color:#030008;
}

body {
  background-color:#ffffff;
  background-color:#b308a9;
  color:#010004;
  font-family:'Georgia';
  font-weight:bold;
  font-style:italic;
  font-size:16px;
}

#fixed_background {
  display:block;
  background-position:center right;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/199/19952111/622-348-295-787-8966433.jpg);
}

.profile_section_content {
  color:#010004;
  border:10px double #030000;
  padding:0;
  margin:0;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #030000;
  -moz-box-shadow:0 0 0 #030000;
  box-shadow:0 0 0 #030000;
}

.profile_section_background {
  background-color:transparent;
  background-color:#faf6fa;
  filter:alpha(opacity=10);
  opacity:.1;
}

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

.profile_section_content .heading {
  padding:0;
  background-color:#da15be;
  color:#f884ed;
  font-family:'Arial';
  font-weight:bold;
  font-style:italic;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 1px #000000;
  -moz-box-shadow:0 0 1px #000000;
  box-shadow:0 0 1px #000000;
  -webkit-text-shadow:0 0 0 #030000;
  -moz-text-shadow:0 0 0 #030000;
  text-shadow:0 0 0 #030000;
  background-image:url(https://img.mfcimg.com/photos2/199/19952111/551-376-201-113-8956838.jpg);
}

.content {
  padding:5px;
}

#abme {
  display:block;
  width:95%;
  height:100px;
  margin:30px auto;
  text-align:left;
}

.tipmeoffline {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_btred_off.png);
  background-repeat:no-repeat;
  background-position:top center;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.tipmeoffline:hover {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_btred_on.png);
  background-repeat:no-repeat;
  background-position:top center;
}

.myamazon {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_bama_off.png);
  background-repeat:no-repeat;
  background-position:top center;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.myamazon:hover {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_bama_on.png);
  background-repeat:no-repeat;
  background-position:top center;
}