.navbar {
  max-width: 1100px;
  margin: auto;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar a {
  text-decoration: none;
  color: #111;
  font-size: 0.95rem;
  font-weight: 500;
}

.navbar .links {
  display: flex;
  gap: 1.5rem;
}

.navbar a:hover {
  opacity: 0.6;
}
