    body {
      background-color: #1a0033;
      background-image: url('../images/stars.gif') !important;
      background-repeat: repeat;
      color: cyan;
      font-family: 'Times new Roman', cursive;
    }

    a.text-pink {
      color: #df28bd;
      text-decoration: underline;
    }

    a.text-pink:hover {
      color: #ff66e0;
    }

    .card {
      background-color: #120022;
      border: 2px solid #df28bd;
      box-shadow: 0 0 8px #df28bd;
    }

    .card-title a {
      text-decoration: none;
    }

    .retro-buttons img {
      margin: 3px;
      image-rendering: pixelated;
    }

    .channel-img {
      width: 100%;
      height: auto;
      border-radius: 6px;
    }

    iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
    }

    .channel-card {
      width: 203.5px;
      margin: 0 auto;
    }

    .row{
      margin-bottom: 60px;
    }

    @media (max-width: 576px) {
      .channel-card p {
        font-size: 0.95rem;
      }
    }


