 @import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
    @font-face {
      font-family: 'NintendoDS';
      src: url('https://file.garden/Z3nf4eZzZUtRPfhK/free%20layout%20assets/breezy/nintendo%20ds.woff') format('truetype');
    }

    body {
      font-family: 'NintendoDS', sans-serif;
      margin: 0;
      padding: 0;
      background: url("https://file.garden/afzCxsAZOXlSFihs/ben/geocities133.gif");
      background-size: 20%;
      color: #333;
      overflow-x: hidden;
    }

    .container {
      width: 95%;
      max-width: 1024px;
      margin: 20px auto;
      padding: 10px;
      background: #8040c0;
      border: 6px solid #9ce12f;
      border-radius: 15px;
      box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
      position: relative;
    }

    .banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8effc;
    border-radius: 10px;
    border: 2px solid #9ce12f;
    padding: 20px;
    margin-bottom: 15px;
    height: 150px;
    position: relative;
    background-image: url(https://file.garden/afzCxsAZOXlSFihs/ben/geocities125.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: auto;
   
  }

  .banner p {
    position: absolute;
    z-index: 1;
    margin: 0;
    font-size: 1.5em;
    color: #333;
  }

    .main-content {
      display: flex; /* Flexbox for layout */
      justify-content: space-between;
    }

    .content {
      width: 65%;
      background: url("https://file.garden/afzCxsAZOXlSFihs/ben/weirdtextures18.jpg");
      border-radius: 10px;
      padding: 20px;
      border: 3px inset #9ce12f;
      position: relative;
    }
    

    .navigation {
      width: 30%;
      background-color: #f8faff;
      border-radius: 10px;
      padding: 10px;
      border: 2px inset #779aba;
      box-sizing: border-box;
      font-size: 1.4em;
      color: #0071a6;
    }
    
    .navigation h2 {
     
      top: 10px;
     
    }

    .navigation ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .navigation li {
      margin-bottom: 9px;
     
      margin-left: 22px;
    }

    .navigation a {
      text-decoration: none;
      color: #5c8cc6;
      font-weight: bold;
      font-size: 1.6em;
    }
    
    .navigation a:hover {
      color: #181f63;
    }

    .card {
    background-color: #ffffff;
    padding: 15px;
    margin-top: 15px;
    border-radius: 10px;
    border: 3px inset #94bed1;
    position: relative;
    box-shadow: 1px 0px 30px 10px rgba(30,124,158,0.12) inset;
-webkit-box-shadow: 1px 0px 30px 10px rgba(30,124,158,0.12) inset;
-moz-box-shadow: 1px 0px 30px 10px rgba(30,124,158,0.12) inset;
  }

  .card img {
    position: absolute;
    z-index: 1;
  }
  
  /* you can change the sizes and position of the deco images here! */
  .card-img-1 {
    width: 40%;
    top: -100px;
    right: 600px;
    
  }

  .card-img-2 {
    width: 50%;
    top: -50px;
    left: 130%;
    transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
  }
    
    .card h1, .card h2 {
      font-size: 2.5em;
      margin-bottom: 21px;
      MARGIN-LEFT: 30%;
      font-family: "NintendoDS";
      color: #0071a6;
    }

    .card p {
      font-size: 1.0em;
      line-height: 1.3em;
      margin-bottom: 21px;
      font-family: "Kosugi Maru", sans-serif;
      color: #003e78;
    }
    
    .card a {
      text-decoration: none;
      color: #4bc1c9;
    }
    
    .card a:hover {
      color: #c336ff;
    }
    
    .card li {
      list-style-image: url("https://file.garden/Z3nf4eZzZUtRPfhK/free%20layout%20assets/breezy/2bbadc4867d9e8131df8b5507fce9bac66a7164a.gifv");
      font-size: 1.3em;
      color: #4d8dc9;
    }

    .footer {
      margin-top: 50px;
      text-align: center;
      font-size: 0.5em;
      color: #5c8cc6;
    }
    

  .lcd-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.15) 0px,
        rgba(255, 255, 255, 0.15) 1px,
        transparent 1px,
        transparent 2px
      ),
      repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.15) 0px,
        rgba(255, 255, 255, 0.15) 1px,
        transparent 1px,
        transparent 2px
      );
    opacity: 0.4;
    z-index: 9999;
  }

  .lcd-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent 70%);
    mix-blend-mode: overlay;
  }
    
  ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }

  ::-webkit-scrollbar-track {
    background: #d7e6fc;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background: #a5b8e6;
    border-radius: 10px;
    border: 3px solid #d7e6fc;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #5c8cc6;
  }

  /* For Firefox (Custom scrollbar) */
  * {
    scrollbar-width: thin;
    scrollbar-color: #a5b8e6 #d7e6fc;
  }

.navimg
{width: 100%;
  position: relative;
  top: -30px;
}

.gallery
{width: 110%;
  position: relative;
  top: -40px;
}
    
.mp3
{width: 70%;
  position: relative;
  top: -20px;
  left: 40px;
}
   
  </style>
</head>