
body{ background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/hearts%203.gif")} 


h1{color:#fffafe;}
h1 { font-family: "Snell Roundhand", cursive; }
h1 { font-size: 55px;
  border-style: double;
  background-color: #fcb6ed}
h1 { text-align: center;}

h2{color:#fffafe;}

p { text-align: center;}
p { font-family: "Lucida Handwriting", cursive;}
p{color:#f76dd9;} 
p{ border-top-style: dotted;
  border-right-style: dashed;
  border-bottom-style: dotted;
  border-left-style: dashed;
  background-color: #f0f0f0;
  border-color: #f76dd9;
  border-width: 2px;}
p { margin-right: 150px;
  margin-left: 80px;}


.center-me {
  display: block;      /* Required because images are inline by default */
  margin-left: auto;   /* Centers the image horizontally */
  margin-right: auto;
  width: 50%;          /* Optional: Set a width so it's not full-screen */
}

.image { 
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-color: #fcfcfc;
  padding: 5px;
  width: 20px;
}

.image {
  margin:0 auto; width:50%;}






