@font-face {
    font-family: "Rainy Hearts";
    src: url("https://axayacatl.neocities.org/fonts/rainyhearts/rainyhearts.eot"); 
    src: url("https://axayacatl.neocities.org/fonts/rainyhearts/rainyhearts.eot?#iefix") format("embedded-opentype"), 
         url("https://axayacatl.neocities.org/fonts/rainyhearts/rainyhearts.woff") format("woff"),
         url("https://axayacatl.neocities.org/fonts/rainyhearts/rainyhearts.ttf") format("truetype"), 
         url("https://axayacatl.neocities.org/fonts/rainyhearts/rainyhearts.otf") format("opentype"); 
    font-style: normal;
}
 
 
 body {
      background-image: url('https://axayacatl.neocities.org/images/bgs/tsubaki%20grand.png');
      background-color: #000;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      color: #fff;
      padding: 0;
      margin: 0;
    }

    .centered-scrollable-div {
      background-color: #000; 
      border: 2px dotted white;
      width: 80%;
      max-width: 600px;
      height: 500px; 
      overflow-y: auto;
      margin: 50px auto;
      padding: 20px;
      box-sizing: border-box;
      line-height: 1.6;
      font-family: "Rainy Hearts";
      font-size: 20x; 
      text-align: left; /* align text to left */
    }

    .divider {
      text-align: center;
      margin: 20px 0;
      color: #ff2e5f; /* updated color */
      font-family: monospace;
      font-size: 22px;
      letter-spacing: 2px;
    }

    .return-text {
      display: block;
      text-align: center;
      margin-top: 30px;
      color: #aaa;
      text-decoration: none;
      font-family: monospace;
    }

    .return-text:hover {
      color: #fff;
    }
         .crt {
      animation: textShadow 1.6s infinite;
    }

    .crt::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(18, 16, 16, 0.1);
      opacity: 0;
      z-index: 2;
      pointer-events: none;
      animation: flicker 0.15s infinite;
    }

    .crt::before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%),
                  linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
      background-size: 100% 2px, 3px 100%;
      z-index: 2;
      pointer-events: none;
    }
    
        @keyframes flicker {
      0% { opacity: 0.27861; }
      5% { opacity: 0.34769; }
      10% { opacity: 0.23604; }
      15% { opacity: 0.90626; }
      20% { opacity: 0.18128; }
      25% { opacity: 0.83891; }
      30% { opacity: 0.65583; }
      35% { opacity: 0.67807; }
      40% { opacity: 0.26559; }
      45% { opacity: 0.84693; }
      50% { opacity: 0.96019; }
      55% { opacity: 0.08594; }
      60% { opacity: 0.20313; }
      65% { opacity: 0.71988; }
      70% { opacity: 0.53455; }
      75% { opacity: 0.37288; }
      80% { opacity: 0.71428; }
      85% { opacity: 0.70419; }
      90% { opacity: 0.7003; }
      95% { opacity: 0.36108; }
      100% { opacity: 0.24387; }
    }

    @keyframes textShadow {
      0%, 100% {
        text-shadow: 0.5px 0 1px rgba(0,30,255,0.5), -0.5px 0 1px rgba(255,0,80,0.3), 0 0 3px;
      }
      50% {
        text-shadow: 2.5px 0 1px rgba(0,30,255,0.5), -2.5px 0 1px rgba(255,0,80,0.3), 0 0 3px;
      }
    }

    @keyframes grain {
      0% { transform: translate(0, 0); }
      10% { transform: translate(-1px, -1px); }
      20% { transform: translate(1px, 1px); }
      30% { transform: translate(-1px, 1px); }
      40% { transform: translate(1px, -1px); }
      50% { transform: translate(-1px, 0); }
      60% { transform: translate(1px, 0); }
      70% { transform: translate(0, 1px); }
      80% { transform: translate(0, -1px); }
      90% { transform: translate(1px, 1px); }
      100% { transform: translate(0, 0); }
    }
    
  @media only screen and (max-width: 768px) {
  body {
    background-size: cover;
    background-position: center;
  }

  .centered-scrollable-div {
    width: 90%;
    max-width: none;
    height: auto;
    min-height: 80vh;
    margin: 30px auto;
    padding: 15px;
    font-size: 16px;
    border-width: 1px;
  }

  .divider {
    font-size: 18px;
  }

  .return-text {
    font-size: 14px;
    margin-top: 20px;
  }
}


.paimon {
      position: fixed;
      left: 0%;
      bottom: 17%;
      background-image: url('https://axayacatl.neocities.org/images/graphics/stickers/sigils/paimon.png');
      height: 300px;
      width: 300px;
      z-index: 1;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
     .return-text {
      position: fixed;
      bottom: 5%;
      left: 4%;
      background-color: black;
      color: red;
      padding: 5px;
      font-family: "Bark", sans-serif;
      font-size: 23px;
      cursor: pointer;
      text-decoration: none;
      z-index: 999;
    }

    .return-text:hover {
      text-decoration: none;
    }