.nav-link{
	--bs-nav-link-color: white;
}
.text-justify {
    text-align: justify;
}

.navbar-systema{
	--bs-navbar-color: rgba(36, 90, 67, 0.55);
	--bs-navbar-hover-color: white;
	--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
	--bs-navbar-active-color: white;
	--bs-navbar-brand-color: white;
	--bs-navbar-brand-hover-color: white;
	--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
}

.bg-systema{
	background-color: rgb(36, 90, 67);
}


.border-systema{
	border:1px dotted rgb(36, 90, 67);
}

.txt-systema{
	color: rgb(36, 90, 67);
}

footer{
	background-color:#245a43;
}