/* Fonts & Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'IM Fell English', serif;
  color: #f3ede4;
  background-color: #1c1a16;
  background-image: url('https://images.unsplash.com/photo-1546549039-2b929cdb5313?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  padding: 30px;
  max-width: 800px;
  margin: auto;
  line-height: 1.8;
}

/* Parchment texture overlay */
.overlay {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

/* Candlelight flicker */
body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: