html {
    background-image: url(images/space.gif);
    background-color: black;
    font-family: Inter;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: magenta blueviolet;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}
*::-webkit-scrollbar-track {
    background: blueviolet;
}
*::-webkit-scrollbar-thumb {
    background-color: blueviolet;
    border-radius: 10px;
    border: 3px none magenta;
}


a:link {
    color: magenta;
}

a {
    color: deeppink;
}

a:hover {
    color: aqua;
    transition: color 0.5s ease;
    animation: glow 2s infinite;
}

@font-face {
    font-family: fairycode;
    src: url('FairyCode-Regular.otf');
}

.fairycode {
    font-family: fairycode;
    font-size: 1.5rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fairycodesm {
    font-family: fairycode;
    font-size: 1em;
    cursor:copy;
    transition: ease-in 8s infinite;
}

.fairycode:hover{
    font-family: Inter;
    font-size: 1.5rem;
    transition: ease-in 8s infinite;
    cursor: copy;
}

.fairycodesm:hover{
    font-family: Inter;
    font-size: 1em;
    transition: ease-in 3s;
}

/*avoids br spam!!!!*/
.spacer{
    height: 2em;
    width: 100%;
    display: block;
    flex-shrink: 0;
    line-height: 1.2;
    letter-spacing: 1.1px;
    word-spacing: 1.5px;
    
}

.spacer2{
    height: 2em;
    width: 100%;
    display: block;
    flex-shrink: 0;
    line-height: 2;
    letter-spacing: -0.1px;
    word-spacing: 1.5px;
    
}

.connectxt{
    height: 1em;
    width: 100%;
    display: block;
    flex-shrink: 0;
    line-height: 1.8;
    letter-spacing: 1px;
    word-spacing: 1.5px;
    animation: txtani1 2s infinite;
}

@keyframes txtani1{
    0% {        text-shadow: 
        -8px 8px 0 white,
        6px -6px 0 white,
        -8px 8px 0 white,
        6px 6px 0 white;}
    25% {       text-shadow: 
        -4px 4px 0 magenta,
        2px -2px 0 magenta,
        -4px 4px 0 magenta,
        2px 2px 0 magenta;}
    50% {        text-shadow: 
        -8px 8px 0 blueviolet,
        6px -6px 0 blueviolet,
        -8px 8px 0 blueviolet,
        6px 6px 0 blueviolet;}
    75% {        text-shadow: 
        -10px 10px 0 blueviolet,
        15px -15px 0 blueviolet,
        -10px 10px 0 blueviolet,
        15px 15px 0 blueviolet;}
    100% {        text-shadow: 
        -8px 8px 0 aqua,
        6px -6px 0 aqua,
        -8px 8px 0 aqua,
        6px 6px 0 aqua;}
}

@keyframes borderani {
    25% {border-color: blueviolet;}
    50% {border-color: magenta;}
    75% {border-color: aqua;}
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}


.mainwrapper {
    display: flex;
    align-items: flex-start;
    margin: auto;
    flex-direction: column;
    gap: 0;
    align-content: center;
    
}


/* main text container */
.maincontainer {
    image-rendering: pixelated;
    background-image: url(images/zegalba.jpg);
    background-blend-mode: lighten;
    background-color: rgb(175, 135, 255, 60%);
    background-position: center;
    background-size: 150%;
    color: white;
    border: solid 1px white;
    width: 40vh;
    height: 50vh;
    display: flex;
    align-content: center;
    text-align: center;
    margin-top: 25px;
    animation: borderani 5s ease-in-out infinite;
    
}

.subcontainer {
    image-rendering: pixelated;
    background-image: url(images/snow2.gif);
    background-blend-mode: lighten;
    background-color: rgb(175, 135, 255, 60%);
    background-position: center;
    background-size: 150%;
    color: white;
    border: solid 1px white;
    width: 90vh;
    height: 50vh;
    display: flex;
    align-content: center;
    text-align: center;
    margin-top: 25px;
    animation: borderani 5s ease-in-out infinite;
    overflow: hidden;
    
}

.icon{
    image-rendering: pixelated;
    border: 1px blueviolet solid;
    height: 200px;
    width: 200px;
    background-image: url(images/lainpsx4.gif);
    background-color: rgb(60, 0, 226, 40%);
    background-blend-mode: lighten;
    background-size: cover;
    align-content: center;
    z-index: 15;
    animation: borderani 2s ease-in-out infinite;
}

.laincontain{
    background-image: url(images/snow4.webp);
    border: 1px solid blueviolet;
    background-color: rgb(120, 0, 226, 60%);
    background-size: 300%;
    background-blend-mode: lighten;
    overflow: scroll;
    height: 300px;
    width: 180px;
    padding: 10px;
    animation: borderani 6s ease-in-out infinite;

}

.lainside {
    margin: 15px;
    height: 85%;
    width: 600px;
    border: white solid 1px;
    background-color: rgb(60, 0, 226, 30%);
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
        text-shadow: 
        -1px 1px 0 blueviolet,
        1px -1px 0 blueviolet,
        -1px 1px 0 blueviolet,
        1px 1px 0 blueviolet;
    animation: borderani 5s ease-in-out infinite;

}

.maincontainer2 {
    image-rendering: pixelated;
    background-image: url(images/wonderworldmotion1.webp);
    background-blend-mode: lighten;
    background-color: rgb(175, 135, 255, 60%);
    background-position: center;
    background-size: 150%;
    color: white;
    border: solid 1px white;
    width: 100vh;
    height: 50vh;
    display: flex;
    align-content: center;
    animation: borderani 5s ease-in-out infinite;
    margin-bottom: 25px;
    position: relative;
    border-radius: 0 0 0 10px;
}

.feel{
    image-rendering: pixelated;
    width: 100vh;
    height: 50vh;
    background-image: url(images/feel.png);
    background-blend-mode: difference;
    background-color: rgb(175, 135, 255, 90%);
    opacity: 60%;
    z-index: 15;
    align-content: center;
    display: flex;
}

.feelinner {
    
    display: flex;
    height: 90%;
    width: 90%;
    align-content: center;
    z-index: 16;
    border: white 2px dotted;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
    background-color: rgb(0, 10, 255, 20%);
    border-radius: 2%;
    overflow-y: scroll;
    overflow-x: hidden;
    animation: borderani 6s ease-in-out infinite;
        text-shadow: 
        -1px 1px 0 blueviolet,
        1px -1px 0 blueviolet,
        -1px 1px 0 blueviolet,
        1px 1px 0 blueviolet;
    
}

.feeltext{
    display: inline;
    align-content: center;
    image-rendering: pixelated;
    text-align: center;
    width: 100vh;
    height: 10vh;
    
    
}

.subcontainer2 {
    image-rendering: pixelated;
    background-image: url(images/th0rns2.jpg);
    background-blend-mode: lighten;
    background-color: rgb(175, 135, 255, 60%);
    background-position: center;
    background-size: 350%;
    color: white;
    border: solid 1px white;
    width: 30vh;
    height: 50vh;
    display: flex;
    align-content: center;
    text-align: center;
    animation: borderani 5s ease-in-out infinite;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 5px;
    
}

.row {
    display: flex;
    gap: 0;
}

.starhang{
    z-index: 15;
    position: absolute;
    right: 28%;
    top: 4%;
    
}

.sub2inner{
    display: flex;
    text-align: center;
    align-content: center;
    padding: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 20px;
    width: 25vh;
    border: 1px solid aqua; 
    background-color: rgb(10, 0, 226, 20%);
    animation: borderani 8s ease-in-out infinite;
    z-index: 10;
    text-shadow: 
        -2px 2px 0 blueviolet,
        2px -2px 0 blueviolet,
        -2px 2px 0 blueviolet,
        2px 2px 0 blueviolet;
}

.owin{
    z-index: 0;
    position: absolute;
    top: -1%;
    right: -1%;
    mix-blend-mode: lighten;
}



.gridcont {
    display: grid;
    height: 25vh;
    grid-template-rows: 1fr 1fr 2fr;
}