	body {
	background-color: #2b2b2b;
	color: #f0f0f0; /* tekstkleur */
	}
    .search-section {
      background: linear-gradient(135deg, #121212, #1e1e1e);
    }
    .card {
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
    }
    input::placeholder {
      color: rgba(255, 255, 255, 0.6) !important;
    }