.neuropoem {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.neuropoem-card__link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.neuropoem-card__container {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.neuropoem-card__title {
    margin: 12px 0;
}

.neuropoem-card__gen-date {
    margin: 0;
    color: #8a8a8a;
}

.neuropoem-card__text {
    color: #8a8a8a;
    transition: ease-in-out 200ms;
}

.neuropoem-card__link:hover .neuropoem-card__text {
    color: black;
}