/* about */
#pic{
    flex-direction: column;
    align-items: center;
}
#pic img{
    width: 475px;
    height: 300px;
}
#pic h2{
    text-align: center;
    padding: 10px;
}
/* headings */
.headings{
    font-size: 2.5rem;
}
/* navbar */
.navbar ul{
    flex-wrap: wrap;
    justify-content: center;
}
/*contact*/
.input{
    width: 60%;
}
#msg{
    width: 55%;
}
#send{
    width: 20%;
}
/* home image*/
.profile img{
    width: 100%;
    height: 100%;
}