#background {
  background:url("/aboutme/images/hearts.jpg") no-repeat center;
  background-color: #c7092c;
  border: 0;
  background-position: center;
  background-repeat: repeat;
  height: 928px;
  overflow-x: hidden; 
}

a:link {
  color: #c7092c; }

a:visited {
 color: #9f09c7
}

a:hover {
  color: #eb7bb7;
}

#heartblink {
 display: flex;
 justify-content: center;
 height: 50px;
 padding: 15px;
}

#body{
  background: url("/aboutme/images/burgandy1.jpg") repeat top right;
  font: 19px/1.5 "Newsreader", times, serif;
  color: #ffeaec;
  text-align: left;
  border: 10px #390721 outset;
  border-width: 7px;
  padding: 15px;
  box-shadow: 5px 5px 5px #35080c;
  position: absolute;
  display: block;
  right: 10%;
  top: 11%;
  height: 700px;
  width: 700px;
  overflow-y: auto;
}