html {
  background-image: url("./images/JFBG.png");
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-attachment: fixed;
  background-position: center;
}
body {
  font-family: 'Georgia', serif;
  background-color: #fdfcfa;
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.6;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}

h1 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.2em;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #555;
  text-align: center;
  margin-top: 0;
}

p {
  margin-bottom: 1em;
}

footer {
  margin-top: 2em;
  font-size: 0.9em;
  color: #888;
  text-align: center;
}

