body {
  margin: 20px;                 /* marg på alle sider */
  background: #0b0f14;          /* mørk bakgrunn */
  color: #e5e7eb;               /* lys tekst */
  font-family: system-ui, sans-serif;
  line-height: 1.6;

  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
}

p {
  margin-bottom: 16px;          /* luft mellom sitatene */
}

.spacer {
  height: 40px; /* juster etter behov */
}