body {
    background: url("../img/sfondo.png") no-repeat center center fixed;
    background-size: cover;
  }
.logo {
    height: 100px;
    margin-left: 10px;
  }
.footer-bianco {
    background: transparent;
    color: white;
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
    padding: 1rem 0;
  }
  
  .footer-bianco p {
    margin: 0.3rem 0;
  }
  
  .footer-bianco a {
    color: white;
    text-decoration: underline;
  }
  main img {
    width: 60%;  /* Imposta la larghezza dell'immagine al 60% della larghezza del contenitore */
    max-width: 100%; /* Impedisce che l'immagine superi la larghezza del contenitore */
    margin-top: -40px; /* Solleva l'immagine di 20px verso l'alto */
  }
  