body {
    background-color: #1e1e1e !important;
    padding-top: 120px;
}

.notizia {
    background-color: #4a4a4a;
    width: 80vw;
    margin: auto !important;
    max-width: 670px;
    margin-bottom: 30px !important;
    margin-top: 0px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(61, 61, 61, 0.4);
    -moz-box-shadow: 0px 8px 8px 0px rgba(61, 61, 61, 0.4);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
}

.notizia .text {
    padding: 24px;
}

.news-img {
    width: 100%;
    height: 100%;
    background-color: yellow;
    margin-top: -24px;
}

.notizia:hover .news-img {
    filter: brightness(40%);
}

.notizia .title {
    font-family: 'Din', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 2em;
}

.notizia .date {
    font-family: 'Din', sans-serif;
    font-size: normal;
    color: darkgray;
}

.notizia .info {
    font-family: 'Din', sans-serif;
    margin-top: -18px !important;
    font-size: 1.4em;
    color: gray;
}