/*Home*/
#home{
    height: 820px;
}
.headings{
    font-size: 1.7rem;
}
/* About*/
#pic img{
    width:300px;
    height:175;
}
#intro h2{
    font-size: 1.5rem;
}
/* Portofolio */
.gallery img{
    width: 250px;
    height: 150px;
    margin:10px
}
/*contact*/
.input{
    width:80%;
}
#msg{
    width:70%
}
#Send{
    width: 20%;
}