body {
    background-color: rgb(255, 255, 255);
}


#myy {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: rgb(214, 175, 198) solid 10px;
}

#amina {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center
}

#de {
   text-align: center;
}

#insta {
    display:
        flex-direction: row;
    text-align: center;
    align-items: center
}

#skills {
    display: flex;
    justify-content: center;    
}

.skill-card {
    border: #11010a solid;
    border-radius: 10px;
    margin: 0 20px;
    padding: 0 20px;
}   