/* -------------------------------------- body */
body {
    background: #ffd995;
}

/* -------------------------------------- container */
.container {
    display: flex;
    border: 1px dotted;
    background: #c87c52;
    padding: 5px;
    width: 600px;
    flex-direction: column;
    gap: 5px;
}

.cont-inner {
    display: flex;
    border: 1px solid;
    height: -webkit-fill-available;
    background: white;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
}

.cont-h2 {
    display: flex;
    padding: 10px;
    border: 1px solid;
    background: white;
    text-transform: uppercase;
    font-size: 11px;
    justify-content: space-between;
    text-indent: 1px;
    color: #ffd995;
}

.cont-h2::before, .cont-h2::after {
    content: url(/buttons/cliques/mine/spooky.png);
}

.cont-text {
    font-style: italic;
    text-align: center;
    font-size: 13px;
}

.cont-h3 {
    display: flex;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    gap: 10px;
    align-items: center;
}

.conttext-ex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.conttext-ex p, .conttext-ex a {
    font-size: 11px;
}

.conttext-copy {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}