@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#bbbcba;
  color:#080707;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

#fixed_background {
  display:block;
  background-position:top right;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/130/13064914/699-462-676-916-4995243.jpg);
}

.profile_section_content {
  color:#080707;
  border:0 none #;
  padding:5px;
  margin:0;
  -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:.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:8px;
  background-color:#ffffff;
  color:#897d7d;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:18px;
  -moz-border-radius:18px;
  border-radius:18px;
  -webkit-box-shadow:-1px 0 0 #777777;
  -moz-box-shadow:-1px 0 0 #777777;
  box-shadow:-1px 0 0 #777777;
  -webkit-text-shadow:0 0 2px #777777;
  -moz-text-shadow:0 0 2px #777777;
  text-shadow:0 0 2px #777777;
}

.content {
  padding:0;
}

.hightip {
  display:block;
  box:float;
  width:900px;
  border-radius:25px;
  padding:40px;
  background-color:white;
  opacity:.7;
  margin:auto;
  font-family:"Arial";
}

.vd {
  display:box;
  float:center;
  width:600px;
  border-radius:25px;
  border:3px solid #000000;
  padding:20px;
  background-color:white;
  opacity:.7;
  margin:auto;
}

h1 {
  font-family:"Copperplate",serif;
  color:black;
  text-align:center;
  font-size:22px;
  text-transform:uppercase;
  font-weight:700;
}

p.main {
  font-family:"Consolas";
  font-size:19px;
  font-weight:500;
  color:black;
  display:block;
  padding-top:10px;
  padding-left:10px;
  line-height:1.2;
}

p.big {
  font-family:"Arial",sans-serif;
  font-size:22px;
  font-weight:500;
  color:black;
  display:block;
  padding-top:10px;
  padding-left:70px;
  padding-right:70px;
  line-height:1.3;
}

h2 {
  padding-bottom:15px;
  padding-left:70px;
  font-family:"Arial",sans-serif;
  font-size:18px;
  color:black;
}

div.blackheart {
  text-align:center;
}

div.thelinks {
  display:flex;
  justify-content:space-between;
}