@charset "UTF-8";

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

a:visited {
  color:#c000ff;
}

body {
  background-color:#000000;
  background-color:#000000;
  color:#a40fb8;
  font-family:'MS Gothic';
  font-weight:Bold;
  font-style:normal;
  font-size:20px;
}

#fixed_background {
  display:block;
  background-position:top center;
  background-attachment:fixed;
  background-repeat:repeat-yx;
  background-image:url(https://media.istockphoto.com/vectors/royal-vintage-gothic-background-in-dark-red-and-black-vector-id1143167982?b=1&k=6&m=1143167982&s=612x612&w=0&h=IMlbs3MWQ8k4_DoCB-ZIQl8nleO1KeFgqPNZcec4I0Y=);
  background-size:1000px 1000px;
}

.profile_section_content {
  color:#a40fb8;
  border:5px dotted red;
  padding:5px;
  margin:5px;
  -webkit-border-radius:11px;
  -moz-border-radius:11px;
  border-radius:11px;
  -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:#b80202;
  filter:alpha(opacity=0);
  opacity:0;
}

.img_radius_shadow {
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -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:1px;
  background-color:#940f0f;
  color:#a40fb8;
  font-family:'MS Gothic';
  font-weight:bold;
  font-style:normal;