body {
    background-color: rgb(255, 225, 248); 
}
#me {
    background-color: rgb(145, 98, 123);
    padding: 20px;
    }
#header {
    text-align: right;
   } 
#desc {
    text-align: center;
    }
#me {
    text-align: center;
    }
#desc {
    border: 33px solid rgb(229, 221, 222);
    border-radius: 20px;
    border-width:7PX ;
    border-style: double;
    margin-top: 50PX;
    margin-bottom: 50px;
    border-color: rgb(161, 184, 172);
    }
img { 
    width: 50px;
    height: auto;
    }
.skills{
    display: inline-block;
    margin-right:   135px;
    border: 2px solid rgb(169, 121, 146);
    border-radius:  10px;
    padding:  5px;
    background-color: rgb(243, 206, 227);
}
#skill{
    text-align: center;
}
#etudes{

}