body {
	background-image: url("images/bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	font-family: 'Inter', sans-serif, Verdana, Arial;
	background-color: #f8fafc; /* Light gray background */
	color: #334155; /* Dark slate gray text */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: black;
    line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	padding: 0 auto;
}
.container {
	max-width: 1200px;
}
.section-title {
	position: relative;
	display: inline-block;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
}
.section-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 4px;
	background-color: #6366f1; /* Indigo */
	border-radius: 9999px;
}
body {
    background-repeat: no-repeat;
}
