body {
    background-color: rgb(231, 254, 247);
    padding: 80px 40px;
}

#icon {
    background-color: rgb(147, 199, 182);
    display: flex;
    justify-content: center;
    border-radius: 25px;
    max-width: 250px;
    flex-direction: row;
    align-items: center;
    margin: 8px auto;
    border: 3px solid rgb(135, 169, 157);
}
#icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

#my {
    display: flex;
    flex-direction: column;
    align-items: center;

}

#profil {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 4px solid rgb(103, 145, 127);
    max-width: 800PX;
    margin: 0 auto;
    text-align: center;
    border-radius: 25px;
}

#compétences {
    display: flex;
    flex-direction: row;
    justify-content: center;
   
}

.med {
    display: flex;
    flex-direction: column;
    padding: 20px ;
    border: 2px solid rgb(113, 148, 135);
    border-radius: 25px;
    margin: 0 50px;
    background-color: rgb(167, 210, 196);
    text-align: center;
    width: 180px;
    height: 100px;
    
    
}
#skills {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
}
#title { 
    margin: 10px auto;
    border: solid rgb(144, 183, 177);
    border-radius: 20px;
    padding: 10px;
    background-color: rgb(188, 245, 226);
}
h3 {
    margin: auto;

}
#étude {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

}
#title2 {
    display: flex;
    margin: 10px auto;
    border: solid rgb(144, 183, 177);
    border-radius: 20px;
    padding: 10px;
    background-color: rgb(188, 245, 226);
}
.etude {
    display: flex;
    flex-direction: column;
    border: 3px solid rgba(134, 160, 156, 0.797);
    background-color: rgb(180, 222, 207);
    border-radius: 25px;
    
    margin: auto;
    padding: 10px;
    width: 400px;
    height: 140px;
    
}
#expérience {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 60px;
    
    
}
.icon :hover {
    transform: translateY(-3px);
}

#compétences :hover {
  transform: translateY(-3px);  
}

#expérience :hover {
   transform: translateY(-3px); 
   
}

.title :hover {
     transform: translateY(-3px);
}
