/* -------------------------------------- body */
body {
    background: #fff9ec;
}

.img-divider {
    height: 21px;
    width: -webkit-fill-available;
    background: url(/graphics/minta5/div-001.gif);
    background-position: center;
    background-size: 160px;
    filter: brightness(1.5) saturate(0.5) hue-rotate(354deg);
}

.backlink {
    font-size: 11px;
    font-weight: bold;
    width: fit-content;
}

/* -------------------------------------- container */
.container-main {
    display: flex;
    width: 980px;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border: 1px solid;
    border-radius: 2px;
    background: white;
}

/* -------------------------------------- flex1 */
.main-flex1 {
    display: flex;
    gap: 10px;
}

.pfp-box {
    border: 1px solid;
    border-radius: 2px;
    height: 200px;
    min-width: 200px;
    background: url(/graphics/lovesick/bg_001.gif);
}

.pfp-img {
    display: flex;
    background: url(/graphics/0_sweet-pea/aboutmepfp.png);
    background-size: contain;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    justify-content: flex-end;
    align-items: flex-end;
}

.pfp-link {
    padding: 5px;
    font-weight: bold;
    text-shadow: var(--shad3);
    text-decoration: none;
    font-style: italic;
    letter-spacing: 1px;
    width: fit-content;
    height: fit-content;
}

.main-ul {
    display: flex;
    width: -webkit-fill-available;
    margin: 0;
    padding-left: 0px;
    flex-direction: column;
    gap: 10px;
}

.main-li {
    margin-left: 15px;
    letter-spacing: 2px;
    padding-left: 10px;
    font-size: 13px;
}

.main-li::marker {
    content: url(/graphics/foollovers/icon_arrow008.gif);
}

.li-span {
    font-weight: bold;
}

.li-span::after {
    content: " : ";
}

.main-h3 {
    display: flex;
    gap: 15px;
    font-family: georgia;
    font-weight: lighter;
    font-style: italic;
    font-size: 20px;
    align-items: center;
    letter-spacing: 3px;
    border: 1px dotted;
    border-right: 0;
    padding: 6px;
    background: linear-gradient(to right, #faf1dc 0%, #fef0f000 100%);
    justify-content: space-between;
    text-shadow: var(--shad3);
}

.main-h3::after {
    content: url(/graphics/niche/icon_010.gif);
}


.badge-box {
    filter: sepia(1) hue-rotate(169deg) saturate(0.3);
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.badge-box:hover {
    filter: none;
}

.main-text {
    font-style: italic;
    border-bottom: 1px dotted;
    border-top: 1px dotted;
    padding: 5px 0px;
    font-size: 13px;
    text-align: justify;
}

.main-text-2 {
    font-style: italic;
    font-size: 13px;
    padding-bottom: 10px;
}

.main-text-2::before {
    content: url(/graphics/niche/icon_014.gif);
    padding-right: 5px;
}

.maintext-span {
    font-weight: bold;
    text-transform: uppercase;
}

.maintext-span::after {
    content: " : ";
}
/* -------------------------------------- flex2 */
.main-flex2 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.main2-button {
    width: -webkit-fill-available;
    height: 25px;
    border: 1px solid;
    border-radius: 2px;
    background: linear-gradient(to bottom, #fdfbfb 0%, #faedec 50%, #f9e5e3 51%, #fdf5f5 100%);
    transition: 0.4s;
    transition-timing-function: ease-in-out;
}

.main2-button:hover {
    font-style: italic;
    letter-spacing: 3px;
}

.tab {
    letter-spacing: 1px;
    min-height: 169px;
    flex-direction: column;
}

/* -------------------------------------- flex3 */
.tabflex-char {
    display: flex;
    gap: 10px;
    width: 938px;
    height: -webkit-fill-available;
    overflow: auto;
    flex-direction: row;
    padding-bottom: 5px;
}

.character-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.character-img {
    border-radius: 2px;
    height: 130px;
    width: 130px;
    background-size: cover !important;
    background-position: center !important;
    filter: brightness(1.5) sepia(1) hue-rotate(175deg) saturate(0.5);
}

.character-img:hover {
    filter: none;
}

.character-h3 {
    background: linear-gradient(to right, #faf1dc 0%, #fef0f000 100%);
    border-radius: 20px;
    font-size: 10px;
    padding: 3px;
    font-weight: lighter;
    text-align: center;
}