

    body {
    background-color: #fcf9c4;
    font-family: 'Pangolin', cursive;
    margin: 0;
    padding: 0;
    text-align: center;
  }


  a {
    text-decoration: none;
  }

  a img {
    border: 0;
    outline: none;
    display: inline-block; 
    vertical-align: middle; 
  }

  a, a {
    -webkit-tap-highlight-color: transparent;
  }

    .section-border {
      background-color: #d14f4f;
      padding: 15px;
      font-size: 1.5em;
      margin-top: 0px;
      height: 250px;
      max-height: 50px;
    }
    
    .section-border img {
      width: 100px;
      max-width: 100px;
      max-height: 40px;
      margin-top: -20px;

    }

    .section-title {
      background-color: #ff6363;
      color: white;
      margin: 20px auto;
      padding: 15px;
      font-size: 1.5em;
      margin-top: 40px;
      max-width: 600px;
    }

    .character-card {
      background-color: #fa8b8b;
      margin: 20px auto;
      padding: 15px;
      max-width: 700px;
      border-radius: 10px;
    }
    
    .credit-card {
      background-color: #CEE3F2;
      margin: 20px auto;
      padding: 15px;
      width: 1000px;
      max-width: 1000px;
      border-radius: 10px;
      text-align: left;
    }
    
    .credit-title {
      background-color: #B7C8F5;
      color: white;
      padding: 15px;
      font-size: 1.5em;
      margin-top: 40px;
      text-align: center;
    }
    
    .credit-cardd {
      background-color: #83b491;
      margin: 20px auto;
      padding: 15px;
      max-width: 1000px;
      border-radius: 10px;
      text-align: left;
    }
    
    .credit-titlee {
      background-color: #479a6f;
      color: white;
      padding: 15px;
      font-size: 1.5em;
      margin-top: 40px;
      text-align: center;
    }


    .character-card img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      margin-top: 15px;
    }

    .media-object {
      max-width: 100%;
      height: auto;
      margin-top: 20px;
    }

    .marquee-container {
      margin-top: 30px;
    }

    .marquee-container img {
      width: 500px;
      max-width: 500px;
      height: auto;
    }

    @media (max-width: 768px) {
      h1 {
        font-size: 2em;
      }

      .section-title {
        font-size: 1.2em;
      }

      p, a {
        font-size: 1em;
      }
    }
    
    .section-button {
      display: inline-block;
      margin: 5px;
      text-align: center;
      border-radius: 5px;
      background-color: #fa8b8b;
      color: white;
      font-size: 1.1em;
      padding: 10px 15px;        
      cursor: pointer;          
      transition: background-color 0.3s ease; 
    }

    .section-button a {
      color: white;
      text-decoration: none;
      display: block;         
    }
    
    /*--------------------------------------------------------*/
    
    
    
    
    
    
    
    
    
    