.container {
    text-align: center;
    margin-top: 50px;
  }
  
  #photo {
    width: 300px; /* Ajustez la taille de l'image selon vos besoins */
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
 
  