/* -------------------------------------- root */
:root {
    --black: #3a2641;
    --gold: #e5c879;
    --white: #fffbf3;
}

/* -------------------------------------- body */
body {
    background: #8f6388;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #543357;
    box-shadow: inset 1px 1px 2px #fff0f599, inset -1px -1px 2px #0f1033c4;
}

.pagedoll {
    position: fixed;
    width: 140px;
    bottom: 5px;
    right: 5px;
    filter: hue-rotate(348deg) saturate(1.1) brightness(1.4);
    animation: tilt5 0.6s infinite;
}

::selection {
    color: #e6b171;
    background: #faf4dd;
}
/* -------------------------------------- container */
.container-outer {
    border: 1px solid;
    border-image-source: url(/graphics/foollovers/border_002.gif);
    border-image-repeat: round;
    border-image-slice: 13;
    border-image-width: 11px;
    border-image-outset: 10px;
    background: black;
    padding: 2px;
}

.container-inner {
    background: url(/graphics/foollovers/bg_027.gif);
    padding: 15px;
    height: -webkit-fill-available;
    border: 1px dashed var(--gold);
}

.container {
    display: flex;
    background: #fffbf3;
    border: 1px solid;
    width: 800px;
    padding: 10px;
    padding-bottom: 20px;
    flex-direction: column;
    gap: 10px;
}

.img-border1 {
    width: -webkit-fill-available;
    min-height: 23px;
    background: url(/graphics/myfreeapple/div_001.gif);
    background-size: 273px;
    background-repeat: repeat-x;
    filter: hue-rotate(211deg) brightness(0.8) saturate(1.7);
}
/* -------------------------------------- section 1 */
.contsect-1 {
    display: flex;
    gap: 10px;
}

.pfp-img {
    width: 210px;
    border: 1px solid;
}

.cont-info {
    display: flex;
    width: -webkit-fill-available;
    flex-direction: column;
    gap: 10px;
}

.cont-h1 {
    display: flex;
    gap: 10px;
    font-family: georgia;
    font-style: italic;
    color: #82562f;
    border-bottom: 1px dotted;
    padding: 5px;
    align-items: center;
    font-weight: lighter;
    text-shadow: var(--shad3);
    width: -webkit-fill-available;
}

.cont-h1::before {
    content: url(/graphics/0_misc/Icons/brown_011.gif);
}

.continf-text {
    font-style: italic;
    color: #82562f;
    font-size: 11px;
}
/* -------------------------------------- section 2 */
.contsect-2 {
    display: flex;
    gap: 10px;
    border: 1px #82562f dashed;
    background: #f5ebd9;
    background-position: center;
    border-image-source: url(/graphics/0_sweet-pea/border_1.gif);
    border-image-repeat: round;
    border-image-slice: 5;
    border-image-width: 5px;
    padding: 10px;
    padding-bottom: 20px;
    flex-direction: column;
}

.cont-h2 {
    display: flex;
    gap: 10px;
    font-family: georgia;
    font-style: italic;
    color: #82562f;
    align-items: center;
    font-weight: lighter;
    text-shadow: var(--shad3);
    width: -webkit-fill-available;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.cont-h2::before {
    content: url(/graphics/foollovers/icon_037.gif);
}

.contsec2-text {
    color: #82562f;
    font-size: 12px;
    text-shadow: var(--shad3);
}

.contsec2-text::before {
    content: url(/graphics/foollovers/icon_029.gif);
    padding-right: 6px;
}
/* -------------------------------------- section 3 */
.contsect-3 {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-end;
}

.coco-img {
    width: 170px;
}

.contsect3-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}