footer { 
	display: flex; 
	justify-content: center; 
  } 

.navbar-custom {
	background-color: #292b2c;
}

.navbar-custom .navbar-text {
	color: white;
}

.card-custom {
	background-color: #292b2c;
}