.footer {
  text-align: center;
  padding: 10px 0;
  background: #f8f9fa; 
  color: #0d1d41; 
  width: 100%;
}

.btn-dark-custom {
  background-color: #0d1d41;
  color: white; 
  border: none; 
}

.btn-dark-custom:hover {
  background-color: #0b1733; 
  color: white; 

}