.titel
  {
  text-align: center;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 32pt;
  font-weight: bold;
  color: #462107;
  text-shadow: 
    0 0 1px rgba(255, 255, 255, 0.6),  /* Dünne weiße Umrandung */
    0 0 3px rgba(255, 255, 255, 0.4), /* Dickere weiße Umrandung */
    0 0 4px rgba(255, 255, 255, 0.2); /* Weicherer Glanz */
  }