.custom-footer {
    background-color: #003399;
    color: white;
    padding: 20px 0;
    text-align: center;
  }
  
  .custom-footer a {
    color: #dcdcdc;
    text-decoration: none;
  }
  
  .custom-footer a:hover {
    color: white;
    text-decoration: underline;
  }
  
  