body { margin: 0 auto; padding:0; }

.imgbg { background-color: gray; background-image: url('../images/mayur-pipaliya.jpg'); background-repeat: no-repeat; width: 100%;

height: calc(100vh - 38px);

/* height:760px; */  
padding: 0; 
background-size: cover;   } 

#bio { /*  margin-top: 100px;*/

margin-top: 65px;
width: 500px;
background-color: rgba(255,255,255,0.60);
padding: 0 15px 15px 15px;
border-radius: 5px;
text-align: justify;
 }

#foo {text-align: center; margin-top: 8px; }
