  .video-title {
        margin-top: -5px;
        text-align: left; /* Centering the text */
        font-size: 1.4rem;
    }

    .video-subtitle {
        text-align: left; /* Centering the text */
        font-style: italic;
        font-size: 90%; /* Riduci la dimensione del testo */
        margin-bottom: 20px;
        margin-top: -5%;
        line-height: 120%;

    }
