body 
{
    background-color: #D3D3D3;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url("love.png");
    width: 1100px;
    margin-left: 200px;
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
    padding: 30px;
    font-size: 15px;
}
#center
{
  text-align: center;
  margin-left: 8%;
  margin-right: 8%;
  font-size: 20px;
  font-style: italic;
}
#pink
{
    color: #FF69B4;
    font-size: 75px;
}
#middle
{
    text-align:center;
}
h1
{
    font-family: sans-serif;
    font-style: italic;
    text-align: center;
}
h2
{
    font-family: sans-serif;
    text-align: center;
}
h3
{
    text-align: center;
}