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

.blinkie {
    border: 1px solid;
    border-radius: 2px;
}
/* -------------------------------------- container */
.container {
    border: 1px dotted;
    background: #cbe8fd;
    padding: 5px;
}

.cont-flex1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
    background: white;
    border: 1px solid;
    border-image-source: url(/graphics/0_sweet-pea/border_1.gif);
    border-image-repeat: round;
    border-image-slice: 5;
    border-image-width: 5px;
}
/* -------------------------------------- banner */
.banner-inner {
    border: 3px #c4a188 ridge;
    background: url(/shrines/graphics/luckystar/luckystarbanner.png);
    background-size: cover;
    background-position: -27px 0px;
    height: 180px;
    width: 605px;
}

.cont-banner {
    background: url(/graphics/frank/bg_007.gif);
}

.banner-h1 {
    font-style: italic;
    color: #ffffff;
    font-size: 25px;
    border-radius: 20px;
}

/* -------------------------------------- container */
.cont-flex2 {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.cont-fav {
    border: 3px #c4a188 ridge;
    height: -webkit-fill-available;
    background: url(/shrines/graphics/luckystar/konata1.gif);
    background-size: cover;
    background-position: 0px -25px;
    width: 180px;
}

.cont-header {
    display: flex;
    height: 35px;
    border: 3px #c4a188 ridge;
    align-items: center;
    padding: 5px;
    background: linear-gradient(to bottom,  #faf4f4 0%,#f6d2d5 50%,#f4bec3 51%,#fde7e9 100%);
    justify-content: space-between;
}

.cont-main {
    border: 3px #c4a188 ridge;
    height: 600px;
}