html{
    background: no-repeat;
    background-size:cover;
    background-image: url(loveless.jpg);
    height: 1300px;
    
}
 @font-face { font-family: pixelfy; src: url('pixelmix.ttf'); } 
h1{
     -webkit-text-stroke: 5px #d46590;
    paint-order: stroke fill;
    font-family: "pixelfy";
    font-size: 25px;
    color: white
    
}
#Main{
     position: absolute;
    top:225px;
    left: 140px;
    background-image: url(striphearts.gif);
    padding: 5px;
    border: #e589ac 5px ridge;
    border-radius: 5px;
     width:950px;
    height:1000px; 
    overflow: scroll;
     font-family: "MS ui gothic";
    font-size: 20px;
     -webkit-text-stroke: 5px white;
    paint-order: stroke fill;
    
}
#title{
  position: absolute;
    top:50px;
    left: 140px;
    background: linear-gradient(#e589ac, white);
    padding-right: 150px;
    border: #e589ac 5px ridge;
    border-radius: 50px 50px 5px 5px;
     width:810px;
    height:155px;  
}
.title {
    color: green;
}
#rand{
     position: absolute;
    top:-45px;
    left: 750px;
}
#home{
   position: absolute;
    top:230px;
    left: 50px; 
}
#home:hover{
    transform: scale(1.3)
}