.episode-list {
      max-height: 965px;
      overflow-y: auto;
      padding: 10px 0px 0px 0px;
    }
    .anime-thumbnail img {
      max-width: 50%;
      height: auto;
    }
    .carousel-item img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    footer {
      background-color: #f8f9fa;
      padding: 20px 0;
      text-align: center;
    }
    .header {
      background-color: #007bff;
      padding: 10px 0;
      color: white;
      text-align: center;
    }