.h1exploretravel {
    background-image: linear-gradient(45deg, #ffa719, #d032a1);
    /* background-size: 50%; */
    /* background-repeat: repeat; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: bold;
    /* font-size: 4em; */
    /* font-family: 'Permanent Marker', cursive; */
}

.card {
    max-width: 90%; /* Card un po' più stretta */
    margin: 0 auto; /* Centrata */
}

.h2exploretravel {
    background-image: linear-gradient(45deg, #d032a1, #000000);
    /* background-size: 20%; */
    /* background-repeat: repeat; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: bold;
    /* font-size: 2em; */
    /* font-family: 'Permanent Marker', cursive; */
}