    body {
      font-family: Arial, sans-serif;
      background: #f4f4f9;
      margin: 0;
      padding: 0px;
      color: #333;
    }
    h1 {
      text-align: center;
      color: #c62828;
      margin-bottom: 20px;
    }
    .intro {
      max-width: 800px;
      margin: 0 auto 30px;
      font-weight: bold;
      text-align: center;
    }
    .strip-list {
      list-style: none;
      padding: 0;
      margin: 20px auto;
      max-width: 800px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }
    .strip-list li a {
      color: #c62828;
      text-decoration: none;
      font-weight: bold;
    }
    .strip-list li a:hover {
      text-decoration: underline;
    }
    .strip {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      margin: 20px auto;
      max-width: 800px;
      padding: 20px;
    }
    .strip h2 {
      color: #c62828;
      margin-bottom: 5px;
    }
    .strip .deel {
      font-size: 0.9em;
      color: #666;
    }
    .strip img {
      max-width: 200px;
      border-radius: 6px;
      margin: 15px 0;
    }
    .episodes a {
      display: inline-block;
      margin: 5px 8px 5px 0;
      padding: 6px 10px;
      background: #c62828;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      font-size: 0.9em;
    }
    .episodes a:hover {
      background: #e53935;
    }
    .back-top {
      display: block;
      margin-top: 15px;
      font-size: 0.9em;
      color: #1976d2;
      text-decoration: none;
    }
    .back-top:hover {
      text-decoration: underline;
    }
  
    .verkoop-link a.btn-verkoop {
      display: inline-block;
      margin: 10px 8px 0 0;
      padding: 6px 10px;
      background: #c62828;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      font-size: 0.9em;
      }
    .verkoop-link a.btn-verkoop:hover {
      background: #e53935;
    }     
