* {
    box-sizing: border-box;
}
html, body {
    display: flex;
    background-image: url('https://psykerf1sh-psp.carrd.co/assets/images/image11.gif?v=08a13ffa');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
    margin: auto;
}
body {
    display: flex;
    justify-content: center;
}
.container {
    overflow: visible;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-flow: column nowrap;
    gap: 7px;
    flex-direction: column;
    width: 56vw;
    max-width: 100%;
    min-width: 60%;
    max-height: 100%;
    min-height: 100%;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    background-color: rgb(255, 255, 255, 0.50);
    padding: .5%;
    border-radius: .60em;
    border: .1em solid #4758B5;
    box-shadow: 5px 5px 8px 5px rgba(93, 107, 239, 0.5);
    scrollbar-color: #8e9fff #c3ccff
}
.music-player {
    border: .1em solid #4758B5;
    padding: 5px !important;
    text-align: center;
    background-image: url('https://psykerf1sh-psp.carrd.co/assets/images/image25.jpg?v=ef38a344');
    display: block;
    max-width: 15em;
    min-width: 15em;
    max-height: 20em;
    min-height: 20em;
    margin: auto;
    margin-top: 28%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: .60em;
    padding: 5px;
    overflow-y: hidden;
}
#music-player-frame {
    position: relative;
    height: 14.3em; 
    width: 13.6em;;
    overflow: visible;
    margin: 5px;
    border-radius: 8px;
}
.other-buttons {
    grid-column: 3 / 4;
    border: .1em solid #4758B5;
    padding: 5px !important;
    text-align: center;
    background-image: url('https://psykerf1sh-psp.carrd.co/assets/images/image25.jpg?v=ef38a344');
    display: block;
    max-width: 15em;
    min-width: 15em;
    max-height: 20em;
    min-height: 20em;
    margin: auto;
    margin-top: 28%;
    margin-right: 1%;
    margin-left: 1%;
    border-radius: .60em;
    padding: 5px;
    overflow-y: hidden;
}
#other-buttons-slate {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 16%);
    max-height: 14.2em;
    min-height: 14.2em;
    padding: 10px; 
    padding-bottom: 0px;
    filter: opacity(70%);
}
#other-buttons-slate:hover {
  filter: none !important;
}
.first-button-list {
    grid-column: 1 / 2;
    margin-bottom: 0%
}
.second-button-list {
    grid-column: 2 / 3;
}
.header-row {
    display: block;
}
.first-row {
    display: grid;
    grid-gap: 7px;
    grid-template-columns: 22% minmax(0, 1fr) 22%;  
    max-height: 100%;
}
.second-row {
    display: grid;
    grid-gap: 7px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-height: 100%; 
    overflow: auto;
    align-items: stretch;
}
.footer-row {
    display: block;
}
header, nav, main, aside, #info, #chat, #updates, 
#button, footer {
    border: .1em solid #4758B5;
    padding: 5px !important;
    text-align: center;
    background-image: url('https://psykerf1sh-psp.carrd.co/assets/images/image25.jpg?v=ef38a344');
    display: block;
    max-width: 100;
 }
nav, main, aside, #info, #chat, #updates, 
#button {
    border-radius: 3px;
    max-height: 100%;
    overflow-y: hidden;
    padding: 5px;
}
header {
    border-top-right-radius: .60em;
    border-top-left-radius: .60em;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: .1em solid #4758B5;
    background-image: url('https://psykerf1sh-psp.carrd.co/assets/images/image23.gif?v=111e78b9');
    position: relative; /* Needed to position the pseudo-element correctly */
}
nav {
    max-height: 94%;
    min-height: 94%;
    margin-bottom: 3%;
}
#navi-menu {
    text-align: center;
    padding: 0;
}
#navi-menu li::marker {
    content: none;
}
a.navi-link:link {
    font-size: 1.5rem;
    font-family: "cheri";
    color: #e0ecff;
    -webkit-text-stroke: 1.5px #6777d6;
    text-decoration: none;
    word-break: break-all;
    padding: 5px;
    padding-bottom: 0px;
    display: block;
    background-color: #becefb;
    border: 1.5px solid #4758B5;
    border-radius: 3px;
    margin-top: 7px;
    margin-bottom: 1px;
    background: linear-gradient(0deg, #bdcfff 1%, 
    #95aaff 49%, #9eb2ff 51%, #dce3ff 90%);
}
a.navi-link:visited {
    font-size: 1.5rem;
    font-family: "cheri";
    color: #e0ecff;
    -webkit-text-stroke: 1.5px #6777d6;
    text-decoration: none;
    word-break: break-all;
    padding: 5px;
    padding-bottom: 1px;
    display: block;
    background-color: #becefb;
    border: 1.5px solid #4758B5;
    border-radius: 3px;
    margin-top: 7px;
    background: linear-gradient(0deg, #bdcfff 1%, 
    #95aaff 49%, #9eb2ff 51%, #dce3ff 90%);
}
a.navi-link:hover {
    font-size: 1.5rem;
    font-family: "cheri";
    color: #f4f8ff;
    -webkit-text-stroke: 1.5px #8895dd;
    text-decoration: none;
    word-break: break-all;
    padding: 5px;
    padding-bottom: 1px;
    display: block;
    background-color: #becefb;
    border: 1.5px solid #4758B5;
    border-radius: 3px;
    margin-top: 7px;
    background: linear-gradient(0deg, #edf2ff 1%, 
    #b6c5ff 49%, #bdc9ff 51%, #ffffff 90%);
    transform: scale(1.05); 
}
a.navi-link:active {
    font-size: 1.5rem;
    font-family: "cheri";
    color: #f4f8ff;
    -webkit-text-stroke: 1.5px #8895dd;
    text-decoration: none;
    word-break: break-all;
    padding: 5px;
    padding-bottom: 1px;
    display: block;
    background-color: #becefb;
    border: 1.5px solid #4758B5;
    border-radius: 3px;
    margin-top: 7px;
    background: linear-gradient(0deg, #edf2ff 1%, 
    #b6c5ff 49%, #bdc9ff 51%, #ffffff 90%);
    transform: scale(1.05); 
}
a.disabled-navi-link {
    pointer-events: none; /* Prevents mouse clicks and other pointer events */
    cursor: default;     /* Changes the cursor from a hand to the default arrow */         /* Optional: Styles the link to look disabled */
    text-decoration: none; /* Optional: Removes the default underline */
    font-size: 1.5rem;
    font-family: "cheri";
    color: #cfd9ea;
    -webkit-text-stroke: 1.5px #5f6ec1;
    text-decoration: none;
    word-break: break-all;
    padding: 5px;
    padding-bottom: 1px;
    display: block;
    background-color: #becefb;
    border: 1.5px solid #4758B5;
    border-radius: 3px;
    margin-top: 7px;
    background: linear-gradient(0deg, #9dabd4 1%, 
    #7a8bcf 49%, #8696d7 51%, #c4cbe6 90%);
}
main {
    max-height: 24em;
    min-height: 24em;
}
aside {
    max-height: 94%;
    min-height: 94%;
}
#info {
    max-height: 100%;
    min-height: 100%;
}
#updates {
    max-height: 100%;
    min-height: 100%;
}
#chat {
    max-height: 100%;
    min-height: 100%;
    padding-bottom: 0%;
    scrollbar-color: #8e9fff #c3ccff
}
#button {
    max-height: 100%;
    min-height: 100%;
}
.blank-slate {
    background-color: #e0ecff;
    max-width: 100;
    border: 2px dashed #4758B5;
    border-radius: 3px;
    padding: 5px;
    margin: 2px;
    margin-top: 5px;
    margin-bottom: 1px;
    overflow: auto;
    word-break: break-word;
}
.i-b-slate {
    display: grid;
    grid-template-rows: 1fr;
    background-color: #e0ecff;
    max-width: 100%;
    max-height: 9em;
    min-height: 9em;
    border: 2px dashed #4758B5;
    border-radius: 3px;
    padding-top: 0%;
    padding-left: .5em;
    padding-right: .5em;
    margin: 2px;
    margin-top: 5px;
    margin-bottom: 1px;
    overflow-y: auto;
}
#main-slate {
    max-height: 20.2em;
    min-height: 20.2em;
    padding: 10px; 
    padding-bottom: 0px
}
#notebook {
    display: grid;
    max-width: 100%;
    max-height: 18.7em;
    min-height: 18.7em;
    justify-content: center;
    border: 0px solid #4758B5;
    border-radius: 5px;
    background-color: #edf4ff;
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    overflow: auto;
    background-image: url(https://psykerf1sh-psp.carrd.co/assets/images/image30.jpg?v=55035f67);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
    filter: drop-shadow(rgba(39, 95, 235, 0.73) 0px 0px 8px);
}
#notebook-text {
    font-size: 90%;
    -webkit-text-stroke: .4px #4758B5;
    line-height: 1.3em;
    padding: 0;
    margin: 0%;
}
footer {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: .60em;
    border-bottom-right-radius: .60em;
    max-height: 100%;
    min-height: 0%;
    margin: 2px;
    background-image: url('https://psykerf1sh-psp.carrd.co/assets/images/image18.png?v=86aa96d5');
}
h1 {
    font-size: 1.5rem;
    margin: 1%;
    padding-bottom: 0%;
    font-family: "cheri";
    color: #e0ecff;
    -webkit-text-stroke: 1px #4758B5;
    word-break: break-all;
    max-width: 100;
    filter: drop-shadow(rgba(93, 107, 239, 0.73) 0px 0px 8px);
}
h2 {
    font-size: 1.5rem;
    margin-top: 1.5%;
    margin-bottom: -1%;
    font-family: "cheri";
    color: #e0ecff;
    -webkit-text-stroke: 1px #4758B5;
    word-break: break-all;
    max-width: 100;
    line-height: 1;
    display: inline-block;
}
p {
    font-family:"maru minya m";
    color: #4758B5
}
ul {
    font-size: 1rem;
    margin: 0%;
    padding: 0%;
    font-family: "cheri";
    color: #e0ecff;
    -webkit-text-stroke: 1px #4758B5;
    word-break: normal;
    max-width: 100;
    text-align: left;
}
li {
    margin: 10% 0%;
}
span {
    font-size: 1rem;
    margin: 0%;;
    padding: 0%;
    font-family: "south park";
    color: #4758B5;
    -webkit-text-stroke: 0px #4758B5;
    word-break: break-all;
    max-width: 100;
    text-align: left;
}
.titlebar {
    font-size: 1.7rem;
    margin: auto;
    font-family: "south park";
    color: #c4d4ff;
    -webkit-text-stroke: 2px #4758B5;
    word-break: break-word;
    max-width: 100;
    background: linear-gradient(0deg, #95b2ff 1%, 
    #7590ff 49%, #6181ff 51%, #b1c1ff 90%);
    border: 1.5px solid #4758B5;
    border-radius: 3px;
    padding: 5px;
    filter: drop-shadow(rgba(93, 107, 239, 0.73) 0px 0px 8px);
}
.logo {
  max-width: 100%; 
  height: auto;   
  display: block; 
  padding: 15px;
  padding-bottom: 0px;
  margin: auto;
  filter: drop-shadow(rgba(118, 130, 238, 0.73) 0px 0px 8px);
}
.logo-link:hover img {
    transform: scale(1.05); 
}
#neocities {
    margin-bottom: 15px;
    margin-top: 0px;
    font-family: "starborn";
    -webkit-text-stroke: 1.8px #4758B5;
    color:#becefb
}
#tinyfeet {
    /*font-size: 1.5rem;
    -webkit-text-stroke: .5px #4758B5;*/
    font-size: 1.3rem;
    font-family: "starborn";
    -webkit-text-stroke: 1.8px #4758B5;
    color:#becefb
}

@keyframes conveyer {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-100%);
    }
}
.stamps {
    overflow: hidden;
    padding: 5px 0;
    background-image: url('https://psykerf1sh-psp.carrd.co/assets/images/image18.png?v=ef38a344');
    border: .1em solid #4758B5;
    border-radius: 3px; 
    white-space: nowrap;
    position: relative;
    filter: saturate(70%) hue-rotate(360deg) brightness(110%);
    filter: opacity(73%);
}
.stamps:hover {
      filter: none !important;
}
.stamps::before,
.stamps::after {
        position: absolute;
    top: 0;
    width:250px;
    height: 100%;
    content:"";
     z-index: 2;
}
.stamps::before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #829bff);
}
.stamps::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #829bff);
}

.stamps:hover .stamps-slide {
    animation-play-state: paused;
}
.stamps-slide {
    display: inline-block;
    animation: 25s conveyer infinite linear;
}
.stamps-slide img {
    height: 60px;
    margin: 0px 5px;
}
iframe {
    display: block;
    width: 100%;
    height: 88%;
    margin: auto;

}
#mood-header {
    margin-top: 5%;
    margin-bottom: 3%;
}
#status-header {
    margin-top: 5%;
    margin-bottom: 3%;
}
#status {
    display: flex;
    max-width: 90%;
    max-height: 75%;
    min-height: 10%;
    justify-content: center;
    border: 2px solid #4758B5;
    border-radius: 5px;
    background-color: #edf4ff;
    margin: auto;
    margin-bottom: 0%;
    margin-top: 0%;
    padding-top: 5px;
    padding-bottom: 36px;
    text-align: center;
}
#status-text {
    font-family: "maru minya m";
    font-size: .87em;
    margin: 0%;
}
a.imood:link {
    display: inline-block;
    background: linear-gradient(0deg, #bdcfff 1%, 
    #95aaff 49%, #9eb2ff 51%, #dce3ff 90%);
    padding: .2em;
    margin-top: 10px;
    margin-bottom: 0px;
    margin: auto;
    border-radius: 3px;
    border: 1px solid #4758B5;
    max-width: fit-content;
}
a.imood:visited {
    display: inline-block;
    background: linear-gradient(0deg, #bdcfff 1%, 
    #95aaff 49%, #9eb2ff 51%, #dce3ff 90%);
    padding: .2em;
    margin-top: none;
    border-radius: 3px;
    border: 1px solid #4758B5;
}
a.imood:hover {
    display: inline-block;
    background: linear-gradient(0deg, #edf2ff 1%, 
    #b6c5ff 49%, #bdc9ff 51%, #ffffff 90%);
    padding: .2em;
    margin-top: none;
    border-radius: 3px;
    border: 1px solid #4758B5;
    background: linear-gradient(0deg, #edf2ff 1%, 
    #b6c5ff 49%, #bdc9ff 51%, #ffffff 90%);
    transform: scale(1.05); 
}
a.imood:hover {
    display: inline-block;
    background: linear-gradient(0deg, #edf2ff 1%, 
    #b6c5ff 49%, #bdc9ff 51%, #ffffff 90%);
    padding: .2em;
    margin-top: none;
    border-radius: 3px;
    border: 1px solid #4758B5;
    background: linear-gradient(0deg, #edf2ff 1%, 
    #b6c5ff 49%, #bdc9ff 51%, #ffffff 90%);
    transform: scale(1.05); 
}
#button-header {
    margin-top: 5%;
    margin-bottom: 6%;
}
textarea {
    display: flex;
    max-width: 100%;
    max-height: 75%;
    min-height: 10%;
    justify-content: center;
    border: 2px solid #4758B5;
    border-radius: 5px;
    background-color: #edf4ff;
    font-family: "aldrich";
    color: #4758B5;
    margin: auto;
    margin-top: 4%;
}
#tron-stan {
    float: left;
    margin: 1em;
    margin-top: 0;
    margin-right: .5em;
    margin-bottom: 1%;
    margin-left: 1%;
    width: 100px;
    height: 100px;
    border: 2px dotted rgb(126, 143, 241);
    border-radius: .5em;
    filter: drop-shadow(rgba(75, 90, 224, 0.73) 0px 0px 8px);
}