
body {
  background-image: url("3.jpg"); 
  background-size: cover;               
  background-repeat: no-repeat;          
  background-attachment: fixed;          
}

h1 {
  text-align: center;
  color: snow;
  font-family: 'Dancing Script', cursive;
  font-size: 6rem;
}

.insegne-container {
  display: flex;              
  justify-content: center;     
  gap: 20px;                  
  margin-top: 20px;            
}

.insegna {
  width: 450px;                
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

