.navbar {
  background: linear-gradient(90deg, #5eccb2, #10df88);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  font-weight: bold;
  color: #fff !important;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  transition: 0.3s;
}

.nav-link:hover {
  color: #ffe600 !important;
  transform: scale(1.05);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}

.navbar-toggler-icon {
/*  background-image: url("img/favico.ico");*/
}
