font-face {
    font-family: "Alchemical";
    src: url("https://axayacatl.neocities.org/fonts/alkhemikal/Alkhemikal.woff2") format("woff2"),
         url("https://axayacatl.neocities.org/fonts/alkhemikal/Alkhemikal.woff") format("woff"),
         url("https://axayacatl.neocities.org/fonts/alkhemikal/Alkhemikal.ttf") format("truetype");
}

@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 {
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: url("https://axayacatl.neocities.org/images/kitty_cursor.png"), auto;
}

.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); }
    }

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}



.content {
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 40px 20px;
    color: #fff;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}

.container {
    background-color: rgba(233, 232, 232,0.7);
    padding: 20px;
    max-width: 650px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-image: none;
    border-image-slice: 1;
    overflow: auto;
}

.container h1 {
    color: #8C8C8C;
    font-family: "Alchemical", sans-serif;
    font-size: 35px;
    font-weight: normal;
}

.container p {
    color: #262626;
    font-family: "Rainy Hearts", sans-serif;
    font-size: 24px;
}

.floating-image {
    float: right;
    margin-left: 20px;
}

a {
    color:#fc0a3b;
}

h2{
  color:#262626;
}

.floating-image2 {
    float: left;
    margin-right: 20px;
}

p {
    text-indent: 30px;
}

.next-button,
.last-button {
    position: fixed;
    top: 50%;
    width: 8vh;
    transform: translateY(-50%);
    z-index: 1000;
}

.next-button {
    right: 15%;
    transform: translateY(-50%) scaleX(1);
}

.last-button {
    left: 15%;
    transform: translateY(-50%) scaleX(-1);
}

.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;
}

.archive-text {
    position: fixed;
    top: 5%;
    right: 4%;
    background-color: white;
    color: red;
    padding: 5px;
    font-family: "Bark", sans-serif;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    z-index: 999;
}

.archive-text:hover {
    text-decoration: none;
}
.container ul,ol {
    font-family: "Rainy Hearts", sans-serif;
    font-size: 22px;
}

.container ul {
    list-style: none
}

.container li {
    margin-bottom: 10px;
}

.sigil {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px; /* Adjust as needed */
    height: 300px;
    background-image: url("https://axayacatl.neocities.org/images/sigils/dantalion%20(1).png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(10deg); /* slight clockwise angle */
    z-index: 0; /* make sure it's on top */
    pointer-events: none; /* optional: makes sure it doesn't interfere with clicks */
}

.blossoms {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 250px; 
    height: 250px;
    background-image: url("https://axayacatl.neocities.org/images/graphics/stickers/we%20r%20blossoms.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-10deg); 
    z-index: 0; 
    pointer-events: none; 
}

.kittie {
    position: fixed;
    bottom: 265px;
    right: 120px;
    width: 225px; 
    height: 225px;
    background-image: url("https://axayacatl.neocities.org/images/graphics/stickers/kittie.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0; 
    pointer-events: none; 
}