html,
body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat","Jakarta San", sans-serif;
	user-select: none;
}

:root {
	--bs-primary: #FFAC00 !important; 
  }

.text-primary {
	color: var(--bs-primary) !important;
}

.homepage-container{
    background-color: #FFAC00;
}

.register-interest {
    background-color: #F6EAE3;
    border-color: #F6EAE3;	
    border-radius: 10px;
	width: 444px;
	margin-top: 150px;
}

.sidebar {
	position: sticky;
	top: 20px;
	height: fit-content;
}
.content-section {
	scroll-margin-top: 100px;
	text-align: justify;
	text-justify: inter-word;
}
@media (max-width: 991.98px) {
	.sidebar {
		position: static;
		margin-bottom: 2rem;
	}
	.border-start {
		border-left: none !important;
	}
}
.nav-link {
	color: #0d6efd;
	padding: 0.25rem 0;
}
.nav-link:hover {
	color: #0d6efd;
}