body {
  background: url("../img/sfondo.png") no-repeat center center fixed;
  background-size: cover;
}

.logo {
  height: 100px;
  margin-left: 10px;
}

img {
  transition: transform 0.3s ease;
}

img:hover {
  transform: scale(1.03);
}

footer {
  font-size: 0.9rem;
}

/* Nuove regole per le immagini */
.small-img {
  max-width: 100px; /* Imposta una larghezza massima */
  width: 100%; /* Rende l'immagine larga al 100% della colonna */
  height: auto; /* Mantiene le proporzioni originali */
}
/* Cambia il colore dei titoli in bianco */
.titolo-bianco {
  color: white;
  font-size: 150%;
}

.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;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}
