
.details {
    background-color: #E9E6E2;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 3.5rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
    display: flex;
}

.wrapper img {
    height: 345px;
}

.details .info {
    margin-right: 6rem;
}

.details h1 {
    /* font-family: Kleisch;
    font-style: italic; */
    font-size: 83px;
    color: #0A1A2F;
    margin-top: 1rem;
    margin-left: 0.2rem;
    line-height: 130%;
}

.details .author {
    margin-left: 0;
    font-size: 19px;
}

.details .quote {
    margin-top: 1.5rem;
    font-family: Kleisch;
    font-style: italic;
    color: #253345;
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 120%;
}

.details .time, .details .audience, .details .themes {
    display: flex;
    align-items: center;
}

.details .time img, .details .audience img {
    margin-right: 0.6rem;
    height: 33px;
}

.details .time {
    margin-right: 2rem;
}

.details .ta {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.details .themes {
    margin-top: 0.5rem;
}

.details .themes li {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    margin-right: 0.8rem;
}

.details .themes li:nth-child(odd) {
    background-color: #86BADE;
}

.details .themes li:nth-child(even) {
    background-color: #0A1A2F;
    color: white;
}

