body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: rgb(15, 23, 41);
    color: #f1f5f9;
    padding: 2rem;
  }
  
  .container {
    max-width: 900px;
    margin: auto;
  }
  
  .cover {
    display: block;
    margin: 0 auto 1.5rem auto;
    border-radius: 1rem;
    max-width: 200px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
  }
  
  h1 {
    text-align: center;
    font-size: 2.5rem;
  }
  
  h2 {
    text-align: center;
    font-size: 1.1rem;
    color: #cbd5e1;
    margin-bottom: 2rem;
  }

  h5 {
 
    text-align: center;
    font-size: 1.1rem;
    color: #cbd5e1;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .episode {
    background-color: #1e293b;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: transform 0.2s;
  }
  
  .episode:hover {
    transform: translateY(-3px);
  }
  
  .episode h3 {
    color: #facc15;
    margin: 0 0 0.5rem 0;
  }
  
  .episode p {
    color: #cbd5e1;
    font-size: 0.95rem;
  }
  
  audio {
    width: 100%;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
  }
  
  .linie {
    padding: 1px;
    background-color: white;
  }

  .feedCntnr {
    margin-top: 3rem;
  }

  .socials img{
    align-content: center;
    object-fit: cover;  /* Bild wird passend zugeschnitten */
    display: inline-block;
    width: 50px; 
    height: 50px;  
  }

  .socials {
    display: flex;
    justify-content: center; /* Zentriert horizontal */
    align-items: center;     /* Zentriert vertikal (wenn nötig) */
  }

  .copy {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .impressum {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .imp {
    margin-right: 5px;
    text-decoration: none;
    color: white;
    text-shadow: 0 0 10px rgba(199, 125, 255, 0.8);
  }

  .pri {
    margin-left: 5px;
    text-decoration: none;
    color: white;
    text-shadow: 0 0 10px rgba(199, 125, 255, 0.8);
  }

  .mcdragon {
    text-decoration: none;
    color: white;
    text-shadow: 0 0 10px rgba(199, 125, 255, 0.8);
  }

  .deehax {
    text-decoration: none;
    color: white;
    text-shadow: 0 0 10px rgba(199, 125, 255, 0.8);
  }

  .mail {
    text-decoration: none;
    color: white;
    text-shadow: 0 0 10px rgba(199, 125, 255, 0.8);
  }