@font-face {
  font-family: 'fredoka';
  src: url('fonts/FredokaOne-Regular.woff2') format('woff2'),
       url('fonts/FredokaOne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'vcr';
  src: url('fonts/VCR_OSD_MONO_1.001.woff2') format('woff2'),
       url('fonts/VCR_OSD_MONO_1.001.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

marquee {
    
}

.pink {
    color: #ffa8d8;
}

.blue {
    color: #9bcfff;
}

.green {
    color: #5ec06f;
}

.yellow {
    color: #e4cc8a;
}
#mainindexbody {
    top: 10px;
    margin: auto;
    width: 900px;
    border: 1px solid black;
    position: relative;
    background-color: white;
    font-family: 'vcr';
    font-size: 14px;
}

#hellomisaki {
    position: absolute;
    width: 600px;
    margin-top: 218px;
    margin-left: 400px;
    z-index: 5;
    pointer-events: none;
}

.bg-effect {
    position: absolute;
    width: 150%;
    z-index: -1;
    top: 15%;
}

.bg-effect.one {
    left: 30%;
}

.bg-effect.two {
    transform: scaleX(-1);
    left: -80%
    
}
#mainbanner {
    height: 300px;
    background-image: url(imagesindex/misakibanner.jpg);
    background-size: cover;

}   

#mbfirsthalf {
    height: 160px;
    text-align: right;
    font-family: 'fredoka';
    font-weight: bold;
    font-size: 28px;
    color: white;
    filter: drop-shadow(1px 1px 0 rgb(172, 172, 172)) 
          drop-shadow(-1px -1px 0 rgb(172, 172, 172)) 
          drop-shadow(1px -1px 0 rgb(172, 172, 172)) 
          drop-shadow(-1px 1px 0 rgb(172, 172, 172));
    
}

#mbsecondhalf {
    font-family: 'fredoka';
    font-weight: bold;
    font-size: 100px;
    color: white;
    filter: drop-shadow(1px 1px 0 black) 
          drop-shadow(-1px -1px 0 black) 
          drop-shadow(1px -1px 0 black) 
          drop-shadow(-1px 1px 0 black);
    padding-left: 10px;

}



.index-row {
    display: flex;
    height: 350px;
    padding: 4px;
    gap: 4px;
}

.index-row.one {
    border: 0px;
}
.NAVIgation {
    width: 250px;
    border: 1px solid black;
    border-radius: 15px 15px 0px 0px;
}

.navititle {
    background-image: url(imagesindex/yeller.jpg);
    height: 50px;
    background-size: cover;
    font-family: "fredoka";
    border: 2px solid rgb(255, 227, 101);
    border-radius: 15px 15px 0px 0px;
    color: white;
}

.navititlep {
    margin-block-start: 0em;
    font-size: 34px;
    text-align: center;
    margin-top: 2px;
    filter: drop-shadow(1px 1px 0 rgb(73, 55, 55)) 
          drop-shadow(-1px -1px 0 rgb(73, 55, 55)) 
          drop-shadow(1px -1px 0 rgb(73, 55, 55)) 
          drop-shadow(-1px 1px 0 rgb(73, 55, 55));
}

#holdmynavs {
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
}
.navs {
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    gap: 4px;
    font-size: 15px;
    border-bottom: 1px dashed rgb(212, 129, 51);
    
    transition:
        transform 0.3s cubic-bezier(.22,1,.36,1) ease,
        color 0.3s ease;
}

.navs :hover {
    color: #ffb3ec;
    transform: scale(1.1);
    letter-spacing: 1px;
    

}




.andsuch {
    width: 100%;

}

.introtosite {
    height: 236px;
    border: 1px solid rgb(194, 149, 177);
    margin-bottom: 4px;
    background-image: url(imagesindex/polka.jpg);
    background-size: contain;
    padding: 12px;
}

.introtositetext {
    background-color: white;
    height: 100%;
    padding-left: 9px;
    padding-right: 9px;
    overflow-y: scroll;
    font-size: 14px;
}
.funbanner {
    height: 82px;
}

.index-row.two {
    height: 200px;
    border: 0px;
}

.index-row.three {
    height: 300;
}

.siteupdatesandtodo {
    border: 1px solid black;
    width: 100%;
    background-image: url(imagesindex/BLUEBG.jpg);
    position: relative;
    padding: 10px;
}

.datebar {
    background-color: #c7eecd;
    width: 60%;
    height: 20px;
    border-radius: 0px 15px 15px 0px;
    justify-content: center;
    font-size: 15px;
    border: 1px solid black;
}
.siteupdates {
    position: absolute;
    top: -20px;
    font-size: 30px;
    color: white;
    filter: drop-shadow(2px 2px 0 rgb(102, 163, 89)) 
          drop-shadow(-2px -2px 0 rgb(102, 163, 89)) 
          drop-shadow(2px -2px 0 rgb(102, 163, 89)) 
          drop-shadow(-2px 2px 0 rgb(102, 163, 89));
}

.idrthreeleft {
    width: 534px;
}

#potdcontainer {
    width: 100%;
    padding-top: 30px;
    display: flex;
}
.potd {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}
.mysquares {
    display: flex;
    gap: 4px;
}

.mysquare {
    border: 1px solid black;
    width: 49%;
    height: 350px;
}

.header2 {
    font-family: 'fredoka';
    text-align: center;
    font-size: 30px;
    top: -40px;
    line-height: 0.9;
    position: absolute;
    color: white;
    filter: drop-shadow(1px 1px 0 rgb(172, 172, 172)) 
          drop-shadow(-1px -1px 0 rgb(172, 172, 172)) 
          drop-shadow(1px -1px 0 rgb(172, 172, 172)) 
          drop-shadow(-1px 1px 0 rgb(172, 172, 172));
    left: 40px;
}
.photootd {
    background-color: #ffe4f3;
    position: relative;
    background-image: url(imagesindex/pinkybg.jpg);
    background-size: cover;
}

.otherthing {
    background-image: url(imagesindex/stars.png);
    background-size: contain;
    position: relative;
}

.otherthinginner {
    text-align: center;
    background-color: white;
    margin: 12px;
    
}

.otherthingheader {
    z-index: 10;
}
.potddesc {
    background-color: white;
    text-align: center;
    margin: auto;
}
.otherfunbanner {
    border: 1px solid black;
    height: 80px;
    margin-top: 4px;
    width: 528px;
}
.idrthreeright {
    width: 348px;
    display: flex;
    gap: 4px;
}

.tallright {
    border: 1px solid;
    width: 210px;
    background-image: url(imagesindex/greenbg.jpg);
    background-size: contain;
    padding: 4px;
    text-align: center;
}

.mycalendar {
    border: 1px solid black;
    height: fit-content;
}

.buttonsandwebrings {
    border: 1px solid black;
    height: 129px;
    margin-top: 4px;
    overflow-y: scroll;
    text-align: center;
    max-width: 193px;
}

#abmemain {
   border: 1px solid black; 
   display: flex;
   width: 1000px;
   margin: auto;
   gap: 4px;
}

#abmebody {
    font-family: 'vcr';
    background-image: url(imagesabme/kaomojilings.jpg);
    background-size: 300px 300px ;
}

.abmeleft {
    width: 310px;
    position: relative;
    background-image: url(imagesabme/strips.jpg);
    background-size: contain;
    padding: 10px;
}


.abmeright {
    width: 670px;
    border: 1px solid black;
}

#abmeme {
    width: 100%;
}

.header2.abme {
    font-size: 90px;
    top: 280px;
    left: -50px;
}

.miniintro {
    border: 1px solid black;
    background-color: white;
    height: 150px;
    font-size: 13px;
    border-top: 0;
    text-align: center;
}

.abquizzes {
    margin-top: 4px;
    height: 200px;
    border: 1px solid black;
    overflow-y: scroll;
    background-color: white;
}

.abmebanner {
    height: 120px;
    border: 1px solid black;
    background-image: url(imagesabme/kh.jpg);
    position: relative;
}

.abmenav {
    height: 25px;
    border: 1px solid black;
    background-color: #fffab7;
}

.withinmyinnerorgans {
    display: flex;
    gap: 4px;
}

.lung {
    margin-top: 4px;
    border: 1px solid black;
}

.left.lung {
    width: 75%;
    height: 640px;
}

.infos {
    border: 1px solid black;
    border-left: 0px;
    background-image: url(imagesabme/pinkpolka.jpg);
    background-size: contain;
    padding: 8px;
    height: 600px;
    overflow-y: scroll;
    border-bottom: 0px;
    overflow-x: hidden;
}

.navbutton {
    text-align: center;
    background: linear-gradient(0deg,rgb(255, 234, 116) 0%, rgb(255, 240, 171) 50%, rgb(255, 252, 205) 100%);
    padding: 5px;
    width: 24%;
}

.navbutton a {
    color: #70491c;
}

.abmenav .placeholder {
    width: 10%;
}
.abmenav {
    display: flex;
}
.infobox {
    background-color: white;
    border: 1px solid;
    padding: 3px;
}
.right.lung {
    width: 25%;
    height: 100%;
    background-color: white;
}



.idbuttons {
    background-color: #c4e7ff;
}

.abmebanner .header2 {
    font-size: 60px;
    color: #ffd1ec;
    top: -30px;
    filter: drop-shadow(1px 2px 0 rgb(255, 255, 255)) 
          drop-shadow(-2px -2px 0 rgb(255, 255, 255)) 
          drop-shadow(2px -2px 0 rgb(255, 255, 255)) 
          drop-shadow(-2px 2px 0 rgb(255, 255, 255));
    rotate: -10deg;

}

.abquizzes img {
    width: 100%;
}

.headerz {
    background-color: #d7efff;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    border-radius: 15px 15px 0px 0px;
    font-family: 'daydream';
    color: white;
    
}

.highliner {
    filter: drop-shadow(1px 1px 0 black) 
          drop-shadow(-1px -1px 0 black) 
          drop-shadow(1px -1px 0 black) 
          drop-shadow(-1px 1px 0 black);
}

.infobox {
    margin-bottom: 4px;
    font-size: 14px;
    padding: 7px;
}

@font-face {
  font-family: 'daydream';
  src: url('fonts/Daydream\ DEMO.woff2') format('woff2'),
       url('fonts/Daydream\ DEMO.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.infobox.second {
    background-image: url(imagesabme/fc4d647ccfd85298118a778e4e1722e5.jpg);
    display: flex;
}

#navichara {
    display: flex;
    background-color: white;
}

#navichara img {
    height: 100px;
}

.buttons img {
    height: 56px;
}

.interestheader {
    background-color: #fffab7;
}

.interestheader {
    font-size: 15px;
    font-family: 'fredoka';
}

.fav {
    background-color: #ffdee9;

}

.yakuzaling {
    height: 150px;
}

#yakuzalings {
    background-image: url(imagesindex/pinkybg.jpg);
        margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.abquizzes a {
    color: #ffc4fc;
}

