.svg-container {
  max-width: 50vmin; /* Imposta una larghezza massima */
  max-height: 50vmin; /* Imposta una larghezza massima */
}
.svg-container2 {
  display: contents;
}

.svg-root-class-name {
  width: 100%; 
  height: 100%;
}

.home-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra orizzontalmente */
}

.svg-interactive path {
  transition: fill 2s ease;
}
