.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1e1e2f;
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.logo {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 1px;
}

.links a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 15px;
  font-size: 16px;
}

.links a:hover {
  text-decoration: underline;
}
