
  body {
    background-color: #1e1e1e;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
  }
  .card {
    background-color: #2c2c2c;
    border: none;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
  }
  .card:hover {
    transform: translateY(-5px);
  }
  .card-title {
    color: #e63946;
    font-size: 20px;
  }
  .card-text, ul {
    color: #ccc;
    font-size: 15px;
  }
  ul {
    padding-left: 20px;
  }
  a {
    color: #4db8ff;
  }
  h2.mb-4 {
    border-bottom: 2px solid #444;
    padding-bottom: 10px;
    margin-bottom: 40px;
    color: #f1f1f1;
  }
footer {
  justify-items: center;
}
.custom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: #1e1e1e;
}

.logo {
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

.navbar-links a {
  color: #fff!important;
  text-decoration: none;
  margin-left: 20px;
  font-weight: 500;
  font-size: 1rem;
}

.navbar-links a:hover {
  text-decoration: underline;
}
