@charset "UTF-8";

.profile_section_content {
  background-image:url(http://3.bp.blogspot.com/-TDG46Vn0sis/UtzXlIqenRI/AAAAAAAADlQ/Fh-3OO8h7vo/s1600/hearts1.png),url(http://3.bp.blogspot.com/-IxPBwy4XahM/UtzXk6ivG5I/AAAAAAAADlM/YUiZJYd5PaM/s1600/hearts2.png),url(http://2.bp.blogspot.com/-xYI5fuv7v9Q/UtzXlN17QPI/AAAAAAAADlU/VUxBUn8JR6A/s1600/hearts3.png);
  -webkit-animation:hearts 20s linear infinite;
  -moz-animation:hearts 20s linear infinite;
  -ms-animation:hearts 20s linear infinite;
  animation:hearts 20s 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);
  }
}

<html><head>
<style type="text/css">
.mycss {
  text-shadow:1px 1px 1px rgba(181,132,178,1);
  font-weight:normal;
  color:#7F4C8A;
  background-color:#FFE0FC;
  border:5px groove #B5A759;
  letter-spacing:1pt;
  word-spacing:2pt;
  font-size:38px;
  text-align:center;
  font-family:comic sans,comic sans ms,cursive,verdana,arial,sans-serif;
  line-height:1;
}