.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #4B3F72;
  text-decoration: none;
}

.navbar-center a,
.navbar-right a {
  margin: 0 10px;
  color: #333;
  text-decoration: none;
}

.navbar-center a:hover,
.navbar-right a:hover {
  text-decoration: underline;
}
