.profileSection
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.profileImg
{
	width: 15em;

	padding: 0;
	margin: 0 0 0 auto;
}