#about-desc>*{
    text-overflow:clip;
    text-align: left;
}
#about-desc{
    margin-bottom:auto;
    width:500px;
}
#about-skills{
    width:300px;
}
#About{
    display:flex;
    flex-direction: column;
    gap:25px;
    justify-content: center;
    align-items: center;
}
#about-intro{
    display:flex;
    flex-direction: row;
    gap:25px;
}
#about-me>img{
    width:200px;
    border-radius: 100px;;

}
#about-experience{
    display:flex;
    flex-direction: column;
}