body {
    background-color: lightpink;
    background-image: url(images/loveletterbg.png)
}

#box {
    border: solid pink 1px;
    border-radius: 10px;
    align-content: center;
    text-align: center;
    padding: 15px;
    margin: 30px auto;
    width: 300px;
    background-color: white;
    font-family: "century";
    color: darkred;
    background-color:#fff;
    background-image:url(/images/lacetop.gif),url(/images/lacebottom.gif);
    background-position:top left,bottom left;
    background-repeat:repeat-x,repeat-x;
    padding:80px 0px;
    align-self: center;

}