
body {
  background-image: url("https://i.postimg.cc/C15hpm5n/vintage-paper.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
  color: #0d0d0d;
  text-shadow: 0px 0px 2px black;
  font-family: "Mynerve", cursive;
  font-size: 20px;
}
p { 
 font-family: "Architectural";
font-size: 20px; 
}
div {
  width: 200px;
  padding: 50px;
  margin: auto;
  float: left;
  text-align: left;
}