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

#intro_col {
	display: flex;
	align-items: center;
}

#headshot {
	max-width: 40%;
	clip-path: circle();
}

#intro_par {
	text-indent: -30px;
	text-align: justify;
	text-justify: inter-word;
	margin-right: 50px;
}

.thumb {
	height: 30px;
	max-width: auto%;
}



h2, p {
	font-family: revert;
}
