/* February 27, 2026 */


.profile-top-area {
	background-color: #f5f5f5;
	padding: 0.75rem;
	border: 1px solid silver;
	border-radius: 12px;
	margin: 15px;
}

.profile-top-area a {
	color: #981E32;
}

.profile-line {
	margin: 15px auto;
	max-width: 75%;
}

.profile-img-div {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.dept-heading a {
	font-size: 18px;
}