/* -------------------------------------- body */
body {
    background: #fff9f9;
    flex-direction: column;
}

.disclaimer {
    text-align: center;
    width: -webkit-fill-available;
    padding-top: 30px;
    font-style: italic;
    font-size: 13px;
}

.ascii {
    position: fixed;
    top: 5px;
    left: 5px;
    width: 419px;
    color: #fae2e6;
    z-index: -1;
}
/* -------------------------------------- container */
.container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 0px;
}

.layout-outer {
    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;
    padding: 2px;
    background: white;
}

.layout-inner {
    border: 1px dashed;
    padding: 10px;
}

.layout {
    display: block;
    border: 1px dotted;
    border-radius: 2px;
    height: 600px;
    width: 650px;
    background-size: cover !important;
    background-position: center !important;
    transition: 0.4s;
    transition-timing-function: ease-in-out;
}

.layout:hover {
    image-rendering: auto !important;
}

.layout-flex {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.info-flex {
    display: flex;
    width: 215px;
    flex-direction: column;
    gap: 10px;
}

.info-h1 {
    font-family: georgia;
    font-weight: lighter;
    font-style: italic;
    padding: 5px;
    background: linear-gradient(to right, #ffe1e5 0%, #fef0f000 100%);
    border-radius: 20px;
    font-size: 15px;
}

.info-h1::before {
    content: url(/graphics/niche/icon_014.gif);
    padding-right: 7px;
}

.info-date {
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-shadow: var(--shad3);
    text-transform: uppercase;
}

.info-text {
    font-size: 11px;
    font-style: italic;
    text-shadow: var(--shad3);
}