header {
    /* background-color: rgb(19, 240, 166); */


}

body {
    /* background-color: rgb(203, 255, 214); */
    padding: 20px 50px;
}

#resume {

    display: flex;
    flex-direction: column;
    align-items: center;
    border: 10px solid black;
    max-width: 900px;
    margin: auto auto;
    text-align: center;
}

#aaa {
    display: flex ;
    justify-content:space-evenly;
    text-align: center;
    margin: auto auto;
    gap: 20px;
}
.icon:hover {
    transform: translateY(-3px);
}

.position {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#title {
    margin: 0 auto;
}

#skills {
    display: flex;
    justify-content: center;
}



#h3 {
    margin: auto auto;
}

.skill-card {
    display: flex;
    flex-direction: column;
    border: 5px black solid;
    background-color: aqua;
    border-radius: 50px;
    margin: auto auto;
    padding: 10px;

}

#ppp {
    display: flex;
    justify-content: center;

}
h3 {
text-align: center;
text-decoration:  underline;
text-decoration-thickness: 2px;}
