/* -------------------------------------- root */
:root {
    --black: black;
}
/* -------------------------------------- body */
body {
    background: #2f2f2f;
}

.backlink {
    text-shadow: var(--shad3);
    text-decoration: none;
}

.img-border1 {
    height: 7px;
    width: -webkit-fill-available;
    background: url(/graphics/across/div_001.gif);
    background-position: center;
}

::selection {
    color: #ffd15e;
    background: #000000;
}
/* -------------------------------------- container */
.main {
    display: flex;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    margin: 20px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.header-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.header-img {
    width: 390px;
    filter: var(--outline2);
}

.header-h2 {
    text-align: center;
    text-transform: uppercase;
    text-indent: 1px;
    font-style: italic;
    width: fit-content;
    color: #ff2e2e;
    font-size: 19px;
    font-weight: lighter;
}

.header-h3 {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
}
/* -------------------------------------- container */
.container {
    display: flex;
    width: 900px;
    border: 1px solid;
    border-image-source: url(/graphics/foollovers/border_002.gif);
    border-image-repeat: round;
    border-image-slice: 15;
    border-image-width: 13px;
    border-image-outset: 12px;
    background: black;
}

.cont-inner {
    display: flex;
    border: 1px red dashed;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
}

.cont-h3 {
    border: 1px solid;
    background: linear-gradient(to bottom,  #b9b9b9 0%,#8b8b8b 50%,#686868 51%,#a7a7a7 100%);
    font-size: 11px;
    text-transform: uppercase;
    padding: 1px;
}

.conth3-text {
    display: flex;
    padding: 5px;
    letter-spacing: 3.5px;
    box-shadow: inset 1px 1px 2px white, inset -1px -1px 2px black;
    color: white;
    text-shadow: var(--shad1);
    align-items: center;
    gap: 10px;
}

.conth3-text::before {
    content: url(/graphics/foollovers/icon_011.gif);
}

.cont-info {
    display: flex;
    background: white;
    padding: 10px;
    border: 4px #9a0000 ridge;
    flex-direction: column;
    gap: 5px;
}

.continfo-text, .continfo-list {
    font-style: italic;
    letter-spacing: 1px;
    font-size: 14px;
}

.continfo-span {
    text-transform: uppercase;
    font-weight: bold;
    color: #d5ae37;
}

.continfo-list::before {
    content: url(/graphics/niche/icon_035.gif);
    padding-right: 5px;
}

.continfo-img {
    float: left;
    margin-right: 10px;
}
/* -------------------------------------- characters */
.characters {
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow: auto;
    width: 876px;
}

.chara-flex {
    display: flex;
    flex-direction: column;
}

.chara-img {
    border: 4px #9a0000 ridge;
    border-bottom: 0;
    width: 167px;
    height: 167px;
    background-size: cover !important;
    background-position: center !important;
}

.chara-name {
    padding: 5px;
    font-style: italic;
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
    letter-spacing: 3.45px;
    border: 4px #9a0000 ridge;
    color: white;
    text-shadow: var(--shad1);
    background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
}