/* 2d_transform.css */

#gigi_buffon,
#gigi_wallpaper,
#scudetto {
  transition: transform 0.5s;
}

#gigi_buffon:hover {
  transform: rotate(75deg);
  
}

#gigi_wallpaper:hover {
  transform: scale(2.7);
}

.move-right {
    transform: translateX(900px);
  }

header {
    background-color: #000000; 
    color: white;
    padding: 15px 0;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

img {
    width: 500px; 
    height: 500px; 
  }

  img {
    width: 500px; 
    height: 500px; 
    border-radius: 50%; 
    object-fit: cover; 
  }

  img {
    padding: 20px; 
    max-width: 100%; 
    height: auto; 
  }
  h4 {
    margin-top: 60px;  
  }