
/* Imposta lo sfondo fisso */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-image: url('images/tramonto.jpg'); /* Inserisci il percorso della tua immagine */
    background-size: cover; /* L'immagine copre tutto lo schermo */
    background-attachment: fixed; /* Mantiene lo sfondo fisso */
    background-position: center; /* Centra l'immagine */
    background-repeat: no-repeat; /* Evita la ripetizione */
    color: #fff; /* Colore del testo per visibilità */body {
    display: grid;
    place-items: center; /* Allinea sia orizzontalmente che verticalmente */
    height: 100vh;
    background-color: #f0f0f0;
    body {
    margin: 0;
    display: grid;
    place-items: center; /* Allinea sia orizzontalmente che verticalmente */
    height: 100vh;
    background-color: #f0f0f0;
	text-align: left;
}

}


/* Stile generale */
header, footer {
    background-color: rgba(0, 0, 0, 0); /* Sfondo semi-trasparente */
    padding: 20px;
  text-align: left;

}


/* Stile generale */
header, footer {
    background-color: rgba(0, 0, 0, 0); /* Sfondo semi-trasparente */
    padding: 20px;
    text-align: left;
}

section {
    padding: 20px;
    background-color: rgba(355, 255, 255, 0.8); /* Sfondo bianco semi-trasparente */
    color: #000; /* Testo scuro per contrasto */
    margin: 10px auto;
    max-width: 1200px;
    border-radius: 10px;
	text-align: left;
	
