


/* Content */

/* #content{
    display: flex;
    flex-direction: row;
    justify-content: flex-start; 
    margin: 0 var(--body-margin) 0 var(--body-margin); 
} */

.content-item{
    /* margin: 16px var(--body-margin) 0 var(--body-margin); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: top;
    border: 1px solid red;
    padding: 8px;
    width: 400px;
    min-width: 400px;
    max-height: 400px;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    position: relative;
}


.item-pic{
    width: 100%;
    min-width: 220px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;

    /* margin-right: 16px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--black-gradient);
}

.item-pic img{
    width: 100%;
    height: 100%;
}

.item-text{
    text-transform: uppercase;
}

.year{
    font-size: var(--fontsize1);
}

.interpret{
    font-size: var(--fontsize1);
}

.title{
    font-size: var(--fontsize3);
}
.item-description{
    font-size: var(--fontsize0);
}


#close-your-eyes-section{
    background-color: #434656;;
    padding: 20px 20px 30px 20px;
    border-radius: 8px;
}

#close-your-eyes-section p{
    text-transform: none !important;
    font-weight: 300 !important;

}