
    footer {
      background-color: #1a1a2e;
      color: #f8f9fa;
      width: 100%;
    }

    footer h5 {
      color: #ffffff;
    }

    footer .nav-link {
      color: #adb5bd;
    }

    footer .nav-link:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    footer .btn-primary {
      background-color: #00b4d8;
      border: none;
    }

    footer .btn-primary:hover {
      background-color: #0096c7;
    }

    footer .border-top {
      border-color: #495057 !important;
    }
  