#header {
    
    border: 1px black solid;
    border-radius: 40px;
background-color: rgb(118, 245, 245);
    text-align: center;
    margin: 20px auto;
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

body {
    background-color: rgb(193, 236, 240);
    padding: 20px 40px;
}

#résumé {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 2px solid black;
    border-radius: 50px;
    width: 888px;
    margin: 0 auto;
    color: rgb(0, 0, 0);


}

#compétences {}

h2 {
    color: rgb(3, 3, 165);
    text-align: center;
    border: 2px solid black;
    border-radius: 50px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px auto;
    background-color: beige;
}

.skill-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    border: 2px black solid;
    border-radius: 10px;
    width: 300px;
    margin: 20px auto;
    padding: 10px;
    background-color: rgb(115, 204, 219);
}
#compétence{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
.Formation{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    border: 2px black solid;
    border-radius: 40px;
    width: 300px;
    margin: 20px auto;
    padding: 10px;
    background-color: rgb(115, 204, 219);
}
#me{
   display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    margin: 0 auto;
}
h3{
    color: black;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
#icon:hover{
    transform: translateY(-3px);
}
#kawtar{
    display: flex;
    flex-direction: row;
    justify-content:  space-between;
}
#icon img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
h1:hover{
    transform: translateY(-3px);
}
h2:hover{
    transform: translateY(-3px);
}
.skill-card:hover{
    transform: translateY(-3px);
}
.Formation:hover{
     transform: translateY(-3px);
}