body {
    background: url("storage/bgs/indxbodybg.png");
    background-size: 20%;
    justify-content: center;
    align-items: center;
}
a {
    color:#ff87c0;
    text-shadow: 0px 0px 5px #e03285, 0px 0px 10px #be1264, 0px 0px 15px #82003e, 0px 0px 20px #430020;
}
#box111 {
    height: 280px;
}

* {
    line-height: 1.3;
}

.mainbox {
    padding: 10px;
    background-color: #000;
    color: #ffd1e7;
    text-shadow:
        0px 0px 5px #ff71b5,
        0px 0px 10px #ff007a;
    justify-content: center;
    margin: auto;
    position: relative;
    background-clip: padding-box;
    border-image-slice: 200 200 200 200;
    border-image-width: 16px 20px 20px 20px;
    border-image-outset: 15px;
    border-image-repeat: repeat;
    border-image-source: url("storage/imageborder/laceborder2.png");
    border-style: solid;
    width: 1250px;
}

.profilegrid1 {
    margin-top: 15px;
    display: grid;
    column-gap: 10px;
    row-gap: 0px;
    grid-template-areas: "profilegridleft profilegridmiddle profilegridmiddle profilegridright";
}
.profilegridleft {
    grid-area: profilegridleft;
}
.profilegridmiddle {
    grid-area: profilegridmiddle;
}
.profilegridright {
    grid-area: profilegridright;
}

.profileleft {
    align-content: center;
    justify-content: center;
    text-align-last: center;
}

.pfpimage {
    width: 200px;
}
.info {
    padding: 10px;
    width: 200px;
    -webkit-box-shadow: inset 0 0 15px #ff71b5;
    -moz-box-shadow: inset 0 0 15px #ff71b5;
    box-shadow: inset 0 0 15px #ff71b5;
}
.contact {
    padding: 20px;
    margin-top:10px;
    width: 180px;
    text-align: center;
    -webkit-box-shadow: inset 0 0 15px #ff71b5;
    -moz-box-shadow: inset 0 0 15px #ff71b5;
    box-shadow: inset 0 0 15px #ff71b5;
    color:#ff87c0;
    text-shadow: 0px 0px 5px #e03285, 0px 0px 10px #be1264, 0px 0px 15px #82003e, 0px 0px 20px #430020;
}
.contactlist {
    list-style-type:none;
    padding: 0;
    margin: 0;
}
.contactlistitem {
    margin-bottom:10px;
}

.todolist {
    padding: 20px;
    margin-top:10px;
    width: 180px;
    text-align: left;
    -webkit-box-shadow: inset 0 0 15px #ff71b5;
    -moz-box-shadow: inset 0 0 15px #ff71b5;
    box-shadow: inset 0 0 15px #ff71b5;
    color:#ff87c0;
    text-shadow: 0px 0px 5px #e03285, 0px 0px 10px #be1264, 0px 0px 15px #82003e, 0px 0px 20px #430020;
}
.todolistul {
    padding: 0;
    margin-left: 5px;
    text-align:left;
}
.bold {
    font-weight: bold;
}
.aboutthewebmasterp {
    font-size: 17px;
    line-height: 1.5;
    width: 680px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.likesanddislikesgrid {
    display: grid;
    column-gap: 10px;
    row-gap: 0px;
    grid-template-areas: "likesbox dislikesbox";
}
.likesbox {
    grid-area: likesbox;
    background: #ffb9d8;
    color: #672348;
    text-shadow: none;
    height: 300px;
    border-width: 10px;
    border-style: solid;
    border-image: url("storage/imageborder/laceimgborder.png") 6 fill round;
    background-clip: padding-box;
}
.dislikesbox {
    grid-area: dislikesbox;
    background: #ffb9d8;
    color: #672348;
    text-shadow: none;
    height: 300px;
    border-width: 10px;
    border-style: solid;
    border-image: url("storage/imageborder/laceimgborder.png") 6 fill round;
    background-clip: padding-box;
}
.likesdislikeslist {
    text-align: left;
    height: 180px;
    overflow-y: scroll;
}
.favoritesbox {
    background: #ffb9d8;
    color: #672348;
    text-shadow: none;
    border-width: 10px;
    border-style: solid;
    border-image: url("storage/imageborder/laceimgborder.png") 6 fill round;
    background-clip: padding-box;
}
.favoritesgrid {
    display: grid;
    grid-template-areas: "favoritesgridleft favoritesgridright favoritesgridright favoritesgridright";
    height: auto;
    width: 670px;
    border: 2px solid;
    margin-bottom: 10px;
}
.favoritesgridleft {
    grid-area: favoritesgridleft;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    border-right: 2px solid;
    font-weight: bold;
}
.favoritesgridright {
    grid-area: favoritesgridright;
    text-align: left;
    padding: 10px;
}
.mefr {
    background: #ffb9d8;
    color: #672348;
    text-shadow: none;
    border-width: 10px;
    border-style: solid;
    border-image: url("storage/imageborder/laceimgborder.png") 6 fill round;
    background-clip: padding-box;
    padding: 10px;
}
.mefrgrid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}
.mefrgriditem {
    background: #000;
    padding: 10px;
    width: auto;
    border-width: 10px;
    border-style: solid;
    border-image: url("storage/imageborder/laceimgborder.png") 6 fill round;
    background-clip: padding-box;
    position: relative;
}
.mefrhoverinfo {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #ffd1e7;
    text-shadow:
        0px 0px 5px #ff71b5,
        0px 0px 10px #ff007a;
    padding: 15px;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.25s ease;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    pointer-events: auto;
    overflow-y:scroll;
    padding:10px;
}

.mefrgriditem:hover .mefrhoverinfo {
    opacity: 1;
}
.mefrcharactericon {
    width: 120px;
    height: 120px;
}
.mefrcharactername {
    margin-top: 5px;
    font-size: 18px;
    color: #ffd1e7;
    text-shadow:
        0px 0px 5px #ff71b5,
        0px 0px 10px #ff007a;
}
.mefrcharactersource {
    font-size: 13px;
    color: #8c295f;
    text-shadow: 0px 0px 5px #672348;
    margin-top: 5px;
}
#longsource {
    font-size: 11px;
}
#manhattancafeicon {
    background: url(/storage/webmaster/mefr/manhattancafe.webp);
    background-size: cover;
}
#yuriicon {
    background: url(/storage/webmaster/mefr/yuriddlc.jpg);
    background-size: cover;
}
#basilicon {
    background: url(/storage/webmaster/mefr/omori-basil.gif);
    background-size: cover;
}
#katsukishimaicon {
    background: url(/storage/webmaster/mefr/katsukishima.jpg);
    background-size: cover;
}
#mangleicon {
    background: url(/storage/webmaster/mefr/themangle.jpg);
    background-size: cover;
}
#agnesdigitalicon {
    background: url(/storage/webmaster/mefr/agnesdigital.jpg);
    background-size: cover;
}
#nepetaleijonicon {
    background: url(/storage/webmaster/mefr/nepeta.jpg);
    background-size: cover;
}
#tokofukawaicon {
    background: url(/storage/webmaster/mefr/tokofukawa.jpg);
    background-size: cover;
}
#willbyersicon {
    background: url(/storage/webmaster/mefr/willthewise.jpg);
    background-size: cover;
}
#meishodotoicon {
    background: url(/storage/webmaster/mefr/meishodoto.gif);
    background-size: cover;
}
#jupitericon {
    background: url(/storage/webmaster/mefr/jupiter.png);
    background-size: cover;
}
#chihirofujisakiicon {
    background: url(/storage/webmaster/mefr/chihiro.jpg);
    background-size: cover;
}

.featuredsong {
    background-image: url(storage/pinkthing1.png);
    background-size: cover;
    width: 300px;
    height: 220px;
}
.fsong {
    text-align: center;
    position: relative;
    top: 95px;
}
.fsongtitle1 {
    font-family: "SakeMoru";
    color: #a22763;
    text-shadow: 0px 0px 5px #ff67b1;
}
.fsongtitle2 {
    color: #df5397;
    text-shadow: 0px 0px 5px #ff8dc5;
    margin-top: 5px;
}
.currently {
    margin-top: 15px;
    margin-left: 17px;
    text-align: center;
    width: 220px;
    padding: 20px;
    padding-top: 10px;
    line-height: 1.6;
    font-size: 17px;
    -webkit-box-shadow: inset 0 0 20px #ff71b5;
    -moz-box-shadow: inset 0 0 20px #ff71b5;
    box-shadow: inset 0 0 20px #ff71b5;
}
.currentlytitle {
    width: 180px;
    margin-bottom: -10px;
}

.quizzes {
    margin-left: 12px;
    margin-top: 10px;
    height: 400px;
    overflow-y: scroll;
}

.faq {
    -webkit-box-shadow: inset 0 0 20px #ff71b5;
    -moz-box-shadow: inset 0 0 20px #ff71b5;
    box-shadow: inset 0 0 20px #ff71b5;
    justify-content: center;
    align-content: center;
    padding:20px;
    line-height:1.5;
}

.genericcontainer {
    padding: 5px;
    background-color: #ffd1e7;
    color: #8a3464;
    justify-content: center;
    margin: auto;
    position: relative;
    background-clip: padding-box;
    border-width: 10px;
    border-style: solid;
    border-image: url("storage/imageborder/laceimgborder.png") 6 fill round;
    border-image-repeat: repeat;
    width: 470px;
    overflow: scroll;
}

.highlighted {
    background-color: #fff1f9;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: url("storage/bgs/pinkglitter.jpg");
    background-size: 100%;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: url("storage/bgs/lightpinkglitter.jpg");
    background-size: 100%;
}

::selection {
    /* Change highlight background color */
    background: #ff7cba;
    /* Change highlight text color */
    color: #ffffff;
}

#statuscafe {
    padding: 0.5em;
    background-color:;
}
#statuscafe-username {
    margin-bottom: 0.5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}
