body {
    background-image: url(images/loveletterbg.png);
    font-family: monospace;
}

div {
    border: solid black 1px;
    border-radius: 20px;
    margin: 80px auto;
    text-align: center;
    background-color: white;
    background-image: url(images/lacetop.gif), url(images/lacebottom.gif);
    background-position:top left,bottom left;
    background-repeat:repeat-x,repeat-x;
    padding: 60px 30px;
}

@font-face {
            font-family: 'basiic';
            src: url(/fonts/basiic-webfont.woff);
            }

            @font-face {
            font-family: "yoster";
            src: url(/fonts/yoster-webfont.woff);
            }

            @font-face {
            font-family: "cursive";
            src: url(/fonts/cursive.woff);
            }

h1 {
  font-family:"yoster";
  color: darkred;
}

h2 {
  font-family:"yoster";
  color: darkred;
}

p {
  font-family:"basiic";
  color: darkred;
}

ul {
  list-style: square;
}