.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111426;
  color: white;
  padding: 12px 20px;
  font-family: Arial, sans-serif;
}

.navbar-left {
  display: flex;
  align-items: center;
}

.navbar-left img {
  height: 40px;
  margin-right: 10px;
}

.navbar-title {
  font-size: 20px;
  font-weight: bold;
}

.navbar-right a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-size: 16px;
}

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