body {
  background-color: #f3e9d2;
  background-image: url('parchment_bg.jpg');
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Tangerine', cursive;
  font-size: 2.4em;
  color: #2c1d0e;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
  font-size: 2.4em;
  color: #2c1d0e;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.page {
  background-color: rgba(255, 255, 240, 0.85);
  padding: 3em;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  max-width: 700px;
  margin: 2em;
}

.entry {
  white-space: pre-wrap;
}
