html {
  color: #4D1F1A;
  background-image:url('brandneweyes.png');
  background-repeat: repeat;
  background-size: 100px 100px;
  text-align: center;
  font-family: sweet_heart;
  font-size: 130%;
  font-weight: 700;

}

@font-face 
{
     font-family: sweet_heart;
     src: url(sweet_heart.ttf);
}

body {
  width: 600px;
  background-color: #B4F3F0;
  text-align: center;
  margin: auto;
  border: 6px #FF7F27 solid;
  background-image: linear-gradient(#B4F3F0, #FFFFFF);
}

a:link {
   color: #FF7F27;
}

a:hover {
  color: #FF7F27;
}