body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff7e8;
    
   /* 🖼️ baggrund */
  background: url("mcdn.wallpapersafari.com/medium/61/40/ZbuldW.jpg") no-repeat center center fixed;
  background-size: cover;
}

/* 📦 tekst-boks i venstre side */
.content {
  max-width: 500px;
  margin: 60px 0 60px 40px;
  padding: 25px 30px;

  background: rgba(30, 10, 5, 0.65); /* mørk gennemsigtig */
  border-radius: 12px;

  backdrop-filter: blur(4px); /* hvis understøttet */

}

/* ✨ tekst */
h1 {
  font-size: 40px;
  margin: 0 0 10px;
  color: #ffe29b;
}

.subtitle {
  margin-bottom: 20px;
  font-size: 18px;
}

.intro {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.6;
}

.tiny {
  font-size: 13px;
  margin-bottom: 10px;
}

.sparkle-line {
  margin: 15px 0;
}

.topics p {
  margin: 8px 0;
}

.footer {
  margin-top: 20px;
  font-weight: bold;
}