@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#4b2b9e;
  color:purple;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:15px;
  background-position:top center;
  background-attachment:scroll;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/170/17060548/447-739-976-349-8937177.jpg);
}

.profile_section_content {
  background-image:url(http://3.bp.blogspot.com/-E88UK8shfTw/VlSyQ05LBWI/AAAAAAAACmo/-fW6c4plkjg/s1600/PSU%2B%252821%2529.png);
  -webkit-animation:hearts 35s linear infinite;
  -moz-animation:hearts 35s linear infinite;
  -ms-animation:hearts 35s linear infinite;
  animation:hearts 35s linear infinite;
}

@keyframes hearts {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

@-moz-keyframes hearts {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

@-webkit-keyframes hearts {
  0% {
    background-position:0 0px,0 0px,0 0;
    background-color:rgba(0,0,0,0.7);
  }
  
  50% {
    background-color:rgba(0,0,0,0.7);
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
    background-color:rgba(0,0,0,0.7);
  }
}

@-ms-keyframes hearts {