/* Navbar */
.navbar ul{
	flex-wrap: wrap;
	justify-content: center;
}


/*Headings*/
.heading{
	font-size: 2.5rem;
}

/* about me*/

#pic{
	flex-direction: column;
	align-items: center;
}

#pic img{
	width: 350px;
	height: 350px;
}

#intro h2{
	text-align: center;
	padding: 10px;
}

/* Contact*/

.input{
	width: 60%;
}
#msg{
	width: 55%;
}
#send{
	width: 20%;
}
