/* Write your custom CSS here */
.bg-dark{
	background-color: #f1a30b!important;
	border-radius: 20px;
	
 
}

.shadow{
	box-shadow: 0 .5rem 1rem rgb(15, 151, 16) !important;
}

.centernavcontent{
	margin:auto;
	text-align: center;
}