    
/* code by seddike */

.credit_txt{
    font-size: .7rem;
}
#contact{
scroll-margin-top: 6rem;
}
#devL{
scroll-margin-top: 4.9rem;
}
#edu{
scroll-margin-top: 4.6rem;
}
.lastUpdateDate{
    font-size: .7rem;
    margin-top: 1.5rem;
}
/* .lastUpdateDate span{
    font-size: .7rem;
} */

.profile_pic{
    background-color: rgba(255, 222, 173, 0);
    background: #ff292900;
    display: flex;

}
.profile_pic img{
    width: 14rem;
    height: auto;
    padding: 0;
    margin: 0 auto;
    background-color: rgba(255, 222, 173, 0);
    border: 4px solid #b6c9d5;
    border-radius: 50%;
}
