body {
    font-family: sans-serif;
    font-weight: 600;
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    /* color: #333; */
    /* color: #006868; */
    color: #903030;
    background: url('background.webp') center center repeat;
}

p,
h3 {
    padding: 0;
    margin: 0;
}

h3 {
    color: #333;
    font-weight: 900;
    font-family: sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
}

h1 {
    font-size: 5em;
    font-weight: 900;
    color: #333;
    margin: 0;
}

h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 900;
    font-size: 1.8em;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: cornflowerblue;
}

.prose_text {
    font-family: serif;
    font-weight: 400;
    color: #333
}


.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
    background-color: #f5f5f5c2;
    /* border: 4px black solid; */
    border: 8px #D5C67A solid;
    box-shadow: 6px 6px 0px 0px #0f172a;
    margin: 0 10px 0 10px;
    backdrop-filter: blur(4px);
}

.disclamer {
        border: 10px #eb1d1d solid;
        padding: 8px !important;
        margin: 0;
        font-size: larger;
        color:#333
}

@media (min-width: 500px) {
    .card {
        padding: 15px 30px 15px 30px;
    }
}

#mole_photo {
    max-width: 200px;
    border: 4px solid #D5C67A;
    box-shadow: 6px 6px 0px 0px #0f172a;
    background-color: whitesmoke;
}

footer {
    margin-top: 15px;

}

#desc {
    display: flex;
    gap: 20px;

}

#mole_container {
    display: flex;
    justify-content: center;
}

.horizontal_list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.horizontal_list li {
    display: inline;
    white-space: nowrap;
    font-size: 1.5em;
    font-weight: bold;
}

.horizontal_list li::after {
    content: " ";
    word-spacing: 0.7em;
    background-image: radial-gradient(circle, currentColor 0.12em, transparent 0.13em);
}

.center_text {
    text-align: center;
}

.section {
    margin-top: 15px;
    margin-bottom: 15px;
}


@media (max-width: 500px) {
    #desc {
        flex-direction: column;
    }
}

main {
    margin-top: 20px;
    margin-bottom: 20px;

}