.titoloScuro {
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    padding: 2%;
}

.sottotitolo {
    font-size: 18pt;
    line-height: 1.5;
}

@media only screen and (max-width: 360px) {
    .sottotitolo {
        display: none;
    }
}