html, body {
    height: 100%;
    margin: 0;
}

body {
    background-image: url("asset/sfondo pagina.jpg");
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("asset/sfondo pagina.jpg");
    background-size: cover;
    background-attachment: fixed;
    color: black;
    text-align: left;
    margin: 40px

}


.hero {
    background-image: url("https://ideevacanze.neocities.org/asset/hero%20(1).png");
    margin: 0
    background-size: cover;       /* l’immagine copre tutto lo spazio */
    background-position: center;  /* centrata */
    height: 300px;                /* altezza fascia immagine */
    display: flex;
    flex-direction: column;
    justify-content: center;      /* centra i testi verticalmente */
    align-items: center;          /* centra i testi orizzontalmente */
    text-align: center;
}

.hero-image {
    width: 100%;
    height: 400px; /* regola l'altezza come vuoi */
    background-image: url('tua-immagine.jpg');
    background-size: cover;
    background-position: center;
}

.hero h1 {
    font-size: 40px;
    color: blue;
    padding: 10px 20px;
    border-radius: 10px;
}

.hero h2 {
    font-size: 20px;
    color: blue;
    font-style: italic;
}

h3{
    font-size: 20px;
    color: blue;
    font-style: italic;
    text-align: center;
}

p{
    font-size: 10px;
    color: black;
    font-style: italic;
    text-align: left;
    font-size: 20px
}


  
header {
    position: relative;
    text-align: center;
}

header img {
    width: 100%;
    max-height: 300px;
    
}


img.passion {
    display: block;
    margin: 20px auto;
    width: 50%;
    border-radius: 10px;
}

table {
    margin: 30px auto;
    border-collapse: collapse;
    width: 80%;
    text-align: center;
}

table td {
    border: 1px solid #eee;
    background-color: rgba(0,0,0,0.4);
    padding: 15px;
}

.links {
    margin: 20px;
    text-align: left;
}

a {
    color: purple;
}

footer {
    margin-top: auto;
    text-align: center;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;

.siti {
  text-align:center;
  list-style:none;
  padding:0;
}