img {
  width: 100vw;
  height: 100vh;
  object-fit: contain; 
  background-color: #ffff; 
   z-index: -1;
}

.links {
  position: absolute;
  top: 55%;          /* regola la posizione verticale sopra la spirale */
  left: 55%;         /* centro orizzontale */
  transform: translate(-50%, -50%);
  text-align: center;
}