.all-contents
{
    width: 40%;
    height: 50%;
    /* margin-bottom: auto; */
    /* top: auto; */

    background-color: #6f5b7a;
    opacity: 0.7;
    border-radius: 1em;
    border-color: black;
    border-style: solid;
    border-width: 2px;

    scroll-padding-left: 10px;
    overflow-y: auto;

    display: grid; 
    list-style-type: none;

    /* margin-left: auto;
    margin-right: auto; */

    margin: auto;
    padding: 0;

    /* position: relative; */
    /* top: auto; */
}

.name-content
{
    font-family: 'falcon'; 
    position: fixed; 
    margin-top: -30px; 
    z-index: 3;
    color: white; 
    background-color: rgb(59, 46, 72); 
    border-radius: 0.2em; 
    line-height: 190%;
}

.name-content-sel
{
    font-family: 'falcon'; 
    position: fixed; 
    margin-top: -30px; 
    z-index: 3;
    color: white; 
    background-color: rgb(59, 46, 72); 
    border-radius: 0.2em; 
    line-height: 190%;
}

.all-contents::-webkit-scrollbar 
{
    width: 8px;
    height: 8px;
}

/* Track */
.all-contents::-webkit-scrollbar-track 
{
    background: #f1f1f1;
    border-radius: 1em;
    margin-block: 0.8em;
    border: black solid 0.1em;
}

/* Handle */
.all-contents::-webkit-scrollbar-thumb 
{
    background: #443d4e;
    border-radius: 1em;
    border: black solid 0.1em;
}

.content-media
{
    background-color: #473950;
    width: 85%;
    line-height: 15px;
    border-radius: 1em;
    /* padding-left: fixed; */
    margin-left: auto;
    margin-right: auto;
    display: flex; 
    list-style-type:none;
}

#content
{
    margin-right: 0;
    margin-left: -8px;
    position: relative;
    z-index: 1;
    width: 80%;
}

.text-fixed 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.image-sel
{
    opacity: 0.7;
}

#art
{
    /* background-image: url('/assets/img/menuDesat.png'); */
    /* mix-blend-mode: multiply; */
}

.images-title
{
    user-select: text;
}
