.employee_main {
	width: 300px;
	height: 300px;
	border: 1px solid black;
	border-radius: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
.employee_name {
	text-align: center;
	color: gray;
	margin-top: 50px;
}
.employee_pic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 200px;
}
.employee_rank {
	text-align: center;
	color: gray;
	margin-top: 20px;
}
p.indent {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
