.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,0.2);
  z-index: 999;
}

.navbar nav a {
  margin-left: 2rem;
  color: white;
}

.navbar nav a:hover {
  color: #93c5fd;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page {
  margin: auto;
  padding: 90px 20px 20px;
}
/* ========================= LOGO AFBEELDING ========================= */ 
.logo-img { width: 55px; height: 55px; object-fit: contain; transition: 0.3s ease; 
} 
.logo-img:hover { transform: rotate(5deg) scale(1.05); 
}
/* =========================
   LOGO CONTAINER
========================= */

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
/* =========================
   LOGO TEKST
========================= */

.logo-text {
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.3s;
}

.logo-text:hover {
  color: #93c5fd;
}
  .logo-text {
    font-size: 1.1rem;
  }
  .navbar {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
}

.logo-text {
  color: #0f172a;
}
.hero {
  position: relative;
  z-index: 1;
}
.navbar {
  background: black !important;
}
.logo-text {
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.3s;
}

.logo-text:hover {
  color: #93c5fd;
}
