
body {
  background-image:url("paper.jpeg");
  background-attachment:fixed;
  background-size:cover;
  background-color: white;
  color: black;
  font-family: Garamond;
  text-align: center;
}