.navbar {
    background-color: #000 !important;
  }
  .logo {
    height: 200px;
    max-width: 100%;
  }
  @media (max-width: 768px) {
    .logo {
      height: 100px;
    }
  }
  .facebook-link i {
    font-size: 1.5rem;
    color: #ffffff;
  }
  .theme-toggle {
    cursor: pointer;
  }
  html[data-bs-theme="light"] .nav-tabs .nav-link {
    color: #000 !important;
  }
  html[data-bs-theme="dark"] .nav-tabs .nav-link {
    color: #fff !important;
  }
  .nav-tabs .nav-link.active {
    background-color: #0d6efd !important;
    color: #fff !important;
  }

  html, body {
    height: 100%;
    margin: 0;
  }
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .page-content {
    flex: 1;
  }
  .btn.btn-primary {
  height: 100%;
  align-self: stretch;
  border-radius: 0;
  font-weight: 500;
  }
  html[data-bs-theme="dark"] .share-icon-auto {
  filter: invert(1);
  }