 html,body {
    font-family: ms gothic;
    font-size: 12px;
    display: flex;
    padding-top: 49px;
    height: 1920px;
    width: 1700px;
    margin-left: 100px;
    justify-content: center; 
    align-content: center;
    background: #1b1b1b;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none; 
}

a:hover {
    color: #e4c0c0;
}
    
::selection {
    background-color: #ffe6e6; 
    color: #000000; 
}
    
.grid-container {
    display: grid;
    position: relative;
    grid-template-columns: 477px 300px; 
    grid-template-rows: 500px; 
    gap: 30px;
    
}

.main-content {
    display: grid;
    grid-template-rows: 471px 246px;
    gap: 10px;
    
}

.sidebar {
    background-color: transparent;
    text-align: center;
}

.section, .footer {
    padding:10px;
    text-align: center;
    overflow-y: auto; 
    overflow-x: hidden;
    color: #282626;
    box-sizing: border-box;
    background: gray;
    background-image: url(https://feaerie.neocities.org/images/material/kraft%202.png);
    background-repeat: repeat;
    border-radius: 8px;
    line-height: 16px;
    
}
    
    .footer1 {
    position: absolute;
    color: #282626;
    width: 142px;
    left: 45px;
    top: 584px;
    overflow: visible;
    text-align: center;
    line-height: 10px;
    z-index: 999;
    }
    
      .footer2 {
    position: absolute;
    color: #282626;
    width: 221px;
    height: 115px;
    top: 580px;
    left: 211px;
    overflow: visible;
    text-align: center;
    line-height: 10px;
    z-index: 999;
    }




    .maintextcontainer {
    width: 85%;
    max-width: 380px;
    left: 39px;
    height: 435px;
    padding: 5px;
    justify-content: center;
    position: relative;
    visibility: visible;
}
 
    .aboutmecontainer {
    width: 85%;
    max-width: 365px;
    left: 55px;
    height: 421px;
    justify-content: center;
    position: relative;
}
    
    .creditscontainer {
    width: 85%;
    max-width: 500px;
    left: 36px;
    top:18px;
    height: 438px;
    align-content: center;
    position: relative;
    padding: 12px;
}


        .box21 {
            margin: 1em 0; 
            width: 269px;
        }

        .u01 {
            background: url(https://feaerie.neocities.org/images/material/f-ue.gif) repeat-x;
            height: 23px;
            margin: 0 23px;
        }

        .s01 {
            background: url(https://feaerie.neocities.org/images/material/f-sita.gif) repeat-x;
            height: 23px;
            margin: 0 23px;
        }

        .box-top {
            background-image: url(https://feaerie.neocities.org/images/material/f-kado1.gif), url(https://feaerie.neocities.org/images/material/f-kado2.gif);
            background-position: top left, top right;
            background-repeat: no-repeat, no-repeat;
            height: 23px;
        }

        .box-center {
            background-image: url(https://feaerie.neocities.org/images/material/f-migi.gif), url(https://feaerie.neocities.org/images/material/f-hidari.gif);
            background-position: top right, top left;
            background-repeat: repeat-y, repeat-y;
        }

        .box-inner {
            background: white; 
            margin: 0 23px;
            height: 646px;
        }

        .box-bottom {
            background-image: url(https://feaerie.neocities.org/images/material/f-kado3.gif), url(https://feaerie.neocities.org/images/material/f-kado4.gif);
            background-position: top left, top right;
            background-repeat: no-repeat, no-repeat;
            height: 23px;
        }
        
          .top-side{
        width: 100%;
        position: absolute;
        top: -11px;
        left: 0px;
        height: 23px;
        background: url('https://feaerie.neocities.org/images/material/f-sita.gif');
        background-repeat: repeat;
    }
    
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.19); 
    border-radius: 3px;
}

*::-webkit-scrollbar-thumb {
    background: #faecea;
    border-radius: 5px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #f1dbd2;
}
    
 .sidebar-content {
    display: flex; 
    flex-direction:column; 
    align-items: center;
    width: 230px;
    height: 632px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    
    @keyframes scrollText {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
    .navbutton { 
    position: relative;
    width: 107px;
    height: 12px;
    top: 8px;
    background: linear-gradient(#ffffff,#ffe5e3);
    font-size: 13px;
    align-content: center;
    border-radius: 12px;
    padding: 5px;
    border: 1px solid rgba(151, 137, 137, 0.2);
    }
    
     .morebutton { 
    width: 310px;
    height: 25px;
    background: url(https://feaerie.neocities.org/images/material/small-c2.gif);
    font-size: 12px;
    text-align: center;
    align-content: center;
    border-radius: 7px;
    box-shadow: inset 0px -7px 10px rgba(152, 136, 136, 0.3);
    border: 1px solid rgba(151, 137, 137, 0.2);
    }
    
    .menubutton {
    background: none; 
    border: none; 
    font-size: 12px; 
    text-align: center;
    color: #282626;
    font-family: ms gothic;
    cursor: pointer; 
}

.menubutton:hover {
    color: #e4c0c0;
}
    
    ul.linkgifs {
    list-style-image: url("https://feaerie.neocities.org/images/pixels/cake12.gif");
    }
    
    .linkgifs li {
    border-bottom: 1px dashed rgba(183, 183, 183, 0.5); 
    padding-left: 45px;
    padding-right: 75px;
    padding-bottom: 4px;
}
    
.previewgif {
  list-style-image: url("https://feaerie.neocities.org/images/pixels/cake12.gif");
}

.previewgif li {
  position: relative;
  border-bottom: 1px dashed rgba(183, 183, 183, 0.5);
  padding-left: 25px;
  padding-right: 54px;
  padding-bottom: 4px;
}

.previewgif li:last-child {
  border-bottom: none; 
}

.preview-popup {
  display: none;
  position: absolute;
  top: -90px;
  left: 2px;
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 6px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.preview-popup img {
  max-width: 150px;
  height: auto;
  display: block;
}

.preview-link:hover .preview-popup {
  display: block;
}


    .stamps {
    width: 412px;
    height: 50px;
    top: 10px;
    left:15px;
    overflow: hidden;
    position: relative;
    border:4px solid #ffe9ed;
    background:#ffe9ed;
    border-radius:7px;
   box-shadow: 0px 0px 1px #ffe9ed, 0px 0px 10px #ffe9ed, 0px 0px 1px #ffe9ed, 0px 0px 10px #ffe9ed, 0px 0px 14px #ffe9ed;
}
    .stampmarquee img {
    transform: scale(0.7);
    margin-right: -30px; 
    }

.stampmarquee{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    animation: marqmoving 5s linear infinite alternate;
}

.stampmarquee:hover {
    animation-play-state: paused;
}

@keyframes marqmoving {
  from{transform: translate(0px, -1px); }
  to{transform: translate(-590px, -1px); }
}



.note {
    position: absolute;
    width: 127px;
    height: 113px;
    left: -86px;
    top: -32px;
    padding: 2px;
    z-index: 999;
    padding-left: 13px;
    box-sizing: border-box;
    background: repeating-linear-gradient(
        white 2px, 
        white 14px,
        #cadbe1 1px,
        white 16px
    );
 clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}
.note::after {
    content: "";
    position: absolute; 
    right: 0;
    top: 0;
    border: solid rgb(255, 255, 255);
    border-width: 0 20px 20px 0;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.15);
}
    
  .sticker2, .sticker5, .sticker7 {
    position: relative;
    z-index: 9999;
	filter: drop-shadow(3px 0 0 white) drop-shadow(0 3px 0 white) drop-shadow(-3px 0 0 white) drop-shadow(0 -4px 0 white) drop-shadow(-0px 1px 1px #81877B);
    }
    
    .sticker2 { left: 787px; top: 645px; }
    .sticker2 img { width: 37px; }
    
    .sticker5 { left: 65px; top: 254px; }
    .sticker5 img { width: 43px; }
    
    .sticker7 { left: 152px; top: 466px; transform: rotate(-15deg); filter: none;}
    .sticker7 img { width: 49px; }
    
  
    .sticker4, .sticker6, .sticker8, .sticker10, .sticker11, .sticker12 {
        position: absolute;
        z-index: 9999;
    }
    .sticker4 { left: 391px; top: -9px; }
    .sticker4 img { width: 16px; }
    
    .sticker6 { left: 263px; top: -34px; }
    .sticker6 img { width: 135px; }
    
    .sticker8 { left: 264px; top: 21px; }
    .sticker8 img { width: 49px; }
 
    .sticker10 { left: 420px; top: 245px; }
    .sticker10 img { width: 170px; }

    .sticker11 { left: 1350px; top: 208px; filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(-0px 1px 1px #a9a9a9); }
    .sticker11 img { width: 154px; }

    .sticker12 { left: 334px; top: -6px; }
    .sticker12 img { width: 106px; }

 
@keyframes shake {
  0% { transform: translateY(0); }
  25% { transform: translateY(-4px); }
  50% { transform: translateY(1px); }
  75% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

.shake-text-wrapper {
  display: inline-block;
}

.shake-text {
  display: inline-block;
  font-weight: bold;
  letter-spacing: -2px;
}

.shake-text span {
  display: inline-block;
  animation: shake 3s ease infinite;
}

.shake-text span:nth-child(1) {
  animation-delay: 0s;
}
.shake-text span:nth-child(2) {
  animation-delay: 0.1s;
}
.shake-text span:nth-child(3) {
  animation-delay: 0.2s;
}
    
     .text-border {
    font-size: 11px;
    font-weight: bold;
    color: #f4dbdb;
    text-shadow: 
      1px 1px 0px #282626, 
      -1px -1px 0px #282626, 
      1px -1px 0px #282626,
      -1px 1px 0px #282626;
  }

.box1 {
    background-color: #ffffff;
    background-image: url('https://feaerie.neocities.org/images/material/small-c2.gif');
    padding: 10px;
    margin-top: 0px;
    border-radius: 5px;
    z-index: 99999;
}

.box2 {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.box2 a {
    color: #4c423d;
    text-align: left;
    line-height: 14px;
    font-size: 12px;
}

.box2 a:hover {
    text-decoration: underline;
}
    
    .fortunebox {
    background: url(https://feaerie.neocities.org/images/material/i01-bg-cloth.gif);
    position: relative;
    width: 90%;
    margin: 3px;
    padding: 11px;
    padding-top: 12px;
    border-radius: 5px;
    line-height: 13px;
}


.fortunebox2 {
    background: url(https://feaerie.neocities.org/images/material/back01.gif);
    border-radius: 3px;
    padding-bottom: 1px;
    box-shadow: 0 1px 3px #000;
    box-sizing: border-box;
}

#fortune {
    font-family: "Eagle Lake", serif;
    font-size: 10px;
    text-align: center;
    color: #333;
    padding: 0 10px;
}
    
    
.id-card {
    width: 259px;
    height: 197px;
    left: 20px;
    background: white;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-left: 30px solid #faedef;
}
    .idcontent1{
    width: 162px;
    left: 3px;
    height: 80px;
    position: relative;
    text-align: left;
    }
    
     .idcontent2{
    width: 254px;
    left: 1px;
    top: 13px;
    height: 92px;
    position: relative;
    text-align: left;    
    }
    
  

.hidden-text {
    display: none;
    padding: 10px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #ccc;
    border-radius: 5px;   }

.favcharagroup {
    display: flex;
    float: left;
    width: 152px;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 22px;
    margin-left: 32px;
}

.favimg {
    display: inline-block;
    overflow: hidden;
    border-radius: 11px;
    border: 5px solid #ffdfe3; 
    padding: 0; 
    
}

.favimg img {
    width: 58px;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.favimg img {
    filter: grayscale(100%); 
}

.charaname {
    position: absolute;
    bottom: 134px;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.favimg:hover .charaname {
    opacity: 1;
}


     .changelog {  
    position: absolute; 
    left: -204px; top: 318px; 
    height: 174px; 
    background: url('https://feaerie.neocities.org/images/material/nt07.png') no-repeat center center; background-size: 170px 170px; 
    width: 184px;
    justify-content: center;
    align-items: center;
    overflow: auto;
    }
    
    .changelogtext {
    position: absolute;
    left: 41px; top: 16px; 
    height: 136px; 
    width: 111px;
    text-align: center;
    color: #282626;
    justify-content: center;
    align-items: center;
    overflow: auto;
    z-index: 99999;
    font-size: 11px;
    
    }
    
    .changelogtext::-webkit-scrollbar {
    display: none;
}

    hr {
  border: 1.5px dashed #f2dbd9;
}

.pin {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 999;
  top: 700px;
}

.pin img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.pin::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.3),
    rgba(255, 255, 255, 0.1), 
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.7)
  );
}


