@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/Z3nf4eZzZUtRPfhK/free%20layout%20assets/breezy/ef8z6y.png");*/
      background: url("https://cdn.pixabay.com/photo/2023/02/02/10/02/sunset-7762468_1280.jpg");
      background-size: cover;
      color: #333;
      overflow-x: hidden;
      cursor: url("/oc_quarters/cursor.png"), default;
    }

    .container {
      width: 95%;
      max-width: 1024px;
      margin: 20px auto;
      padding: 10px;
      /*background: linear-gradient(0deg, rgb(230, 176, 176) 0%, rgb(252, 215, 215) 44%, rgb(255, 246, 246) 100%);
      border: 1px dashed aliceblue;
      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: #fce8e8;
    border-radius: 10px;
    /* border: 2px solid #692525; */
    padding: 20px;
    margin-bottom: 15px;
    height: 150px;
    position: relative;
    background-image: url('/oc_quarters/limbusbanner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .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("/images/reelbox.png");
      border-radius: 10px;
      padding: 20px;
      /*border: 3px inset #692525;
      border: 3px double #333;*/
      position: relative;
    }
    

    .navigation {
      width: 30%;
      background-color: rgb(255, 248, 248, 0.9);
      border-radius: 10px;
      padding: 20px;
      /*border: 2px inset #962e2e;*/
      box-sizing: border-box;
      font-size: 1.2em;
      color: #a60000;
    }
    
    .navigation h2 {
      font-size: 1.9em;
      margin-top: -8px;
      text-align: center;
    }

    .navigation ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .navigation li {
      margin-bottom: 9px;
      list-style-image: url("/oc_quarters/solemn_lament_butterfly.png");
      margin-left: 22px;
    }

    .navigation a {
      text-decoration: none;
      color: #c65c5c;
      font-weight: bold;
      font-size: 1.6em;
    }
    
    .navigation a:hover {
      color: #631818;
    }

    .card {
    background-color: #fafafa;
    padding: 15px;
    margin-top: 15px;
    border-radius: 10px;
    border: 3px inset #d19494;
    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: 145px;
    top: -99px;
    right: 588px;
    transform: rotate(349deg);
-webkit-transform: rotate(349deg);
-moz-transform: rotate(349deg);
  }

  .card-img-2 {
    width: 500px;
    top: -50px;
    left: 650px;
    pointer-events: none; /*Important to make unclickable image thus makes things behind it clickable!*/
/*    transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);*/
  }
    
    .card h1, .card h2 {
      font-size: 1.9em;
      margin-bottom: 21px;
      font-family: "NintendoDS";
      color: #a60000;
    }

    .card p {
      font-size: 1.0em;
      line-height: 1.3em;
      margin-bottom: 21px;
      font-family: "Kosugi Maru", sans-serif;
      color: #780000;
    }
    
    .card a {
      text-decoration: none;
      color: #4b68c9;
    }
    
    .card a:hover {
      color: #ff3636;
    }
    
    .card li {
      list-style-image: url("/oc_quarters/solemn_lament_butterfly.png");
      font-size: 1.3em;
      color: #c94d4d;
    }

    .footer {
      margin-top: 20px;
      text-align: center;
      font-size: large;
      /*font-size: 1.9em;*/
      color: #fdf2f2;
    }
    

  .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: #fcd7d7;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background: #e6a5a5;
    border-radius: 10px;
    border: 3px solid #fcd7d7;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #c65c5c;
  }

  /* For Firefox (Custom scrollbar) */
  * {
    scrollbar-width: thin;
    scrollbar-color: #b32f2f #fcd7d7;
  }