

body {
	background-color: #F5EFF0;
	font-family: 'Nunito', serif;
	font-size: 1.15rem;
	color: #4A4A4A;
	margin: 0;
	padding: 0;
}

nav {
	background-color: #C0808B;
	padding: 12px 0;
	width: 100%;
}

nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 25px;
	margin: 0;
	padding: 0;
}

nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
	font-family: 'Quicksand', Arial, sans-serif;
}

nav ul li a:hover {
	color: #FFD6DD;
}


.hero {
	background-color: #E6D6D9;
	padding: 50px 20px;
	text-align: center;
	width: 100%;
	
}

.hero h1 {
	color: #6B4C53;
	font-family: 'Lora', serif;
	font-size: 3rem;
}

.hero p {
	color: #4A4A4A;
	font-size: 1.1rem;
}


.intro {
	background-color: #FFFFFF;
	padding: 35px 20px;
	margin: 20px auto;
	max-width: 900px;
	border-left: 5px solid #C0808B;
	border-right: 5px solid #C0808B;
}


.intro h2 {
	color: #6B4C53;
	font-family: 'Lora', serif;
	font-size: 2rem;
}

.intro p {
	color: #4A4A4A;
	line-height: 1.6;
}


footer {
	background-color: #C0808B;
	color: white;
	text-align: center;
	padding: 15px 0;
	margin-top: 40px;
	font-family: 'Quicksand', Arial, sans-serif;
	width: 100%;
}


img {
	border: 5px solid #C0808B; 
	border-radius: 10px; 
	max-width: 100%;
	height: auto;

}

a {
	color: #B85C6F;
	text-decoration: underline;
}

a:hover {
	color: #FFB6C1;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}

table, th, td {
	border: 1px solid #C0808B;
}

th, td {
	padding: 10px;
	text-align: left;
	font-family: 'Nunito', sans-serif;
	color: #7A5A62;
	font-size: 1.1rem;
}

table th {
	font-family: 'Quicksand', sans-serif;
	color: #FFFFFF;
	background-color: #C0808B;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
}

table td {
	font-family: 'Nunito', sans-serif;
	color: #8C6F78;
	font-size: 1.05rem;
	padding: 12px;
	text-align: left;
}

ul {
	color: #4A4A4A;
	margin-left: 20px;
}

.btn {
	display: inline-block;
	background-color: #C0808B;
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	margin: 5px 0;
}

h3 {
	font-family: 'Quicksand', sans-serif;
	color: #B85C6F;
	font-size: 1.5rem;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	font-family: 'Nunito', serif;
	font-size: 1.15rem;
	color: #8C6F78;
	line-height: 1.75;
	font-weight: 300;
}


ul li {
	
	font-family: 'Nunito', serif;
	font-size: 1.15rem;
	color: #7A5A62;
	line-height: 1.7;
	letter-spacing: 0.3px;
}

.job-img {
	width: 350px;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	border: 4px solid #C0808B;
	margin-top: 10px;
}

.unh-achievement {
	display: flex;
	align-items: center;
	gap: 200px;
	margin-bottom: 30px;
	
}

.unh-img {
	width: 350px;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
	border: 4px solid #C0808B;
}

.achievement-card {
	max-width: 900px;
	padding: 20px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	border-left: 5px solid #C0808B;
	border-right: 5px solid #C0808B;
}

.education-card {
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #fff;
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	border-left: 5px solid #C0808B;
	border-right: 5px solid #C0808B;
}

.education-container {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

h2 {

	text-align: center;
	margin-bottom: 20px;
}

footer p {
	color: white !important;
}

.intern-description {
	font-family: 'Nunito', serif;
	font-size: 1.1rem;
	color: #7A5A62;
	line-height: 1.7;
	margin-bottom: 20px;
}

.video-container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}











