body{
    background-color: whitesmoke;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    
    

}
.body{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 70px;
    margin-top: 70px;
    
}
.header-menu{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-right: 900px;
    margin-left: 75px;
    
}
.box-1{
    background-color: lightgrey;
    text-align: center;
    margin-right: 200px;
    margin-left: 200px;
    border-radius: 10px;
    width: 800px;
   

}
ul{
    list-style: none; 
    
}
.titre{
    text-align: start;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    margin-top: 40px;
    margin-left: 75px;
}
.profile{
    display: flex;

    
    
}


.pic{
    width: 110px;
    border-radius: 20px;
    
    
    
}
.header-menu{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

.linksGit{
    display: flex;
    justify-content: space-around;
    margin-bottom: 35px;
flex-wrap: wrap;
    
      
    
    
      
    }

.boxLink{
    display: flex;
    flex-direction: column;

align-items: center;
background-color: rgb(255, 255, 255);
height: 90px;
width: 15%;
box-shadow: 8px 10px 75px #dcdcdc;
justify-content: center;
border-radius: 10px;
margin: 1%;}
a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    color: #000000
    
}
.git_link{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  15px;
    color: #000000

}