.header {
  background: linear-gradient(90deg, #7b00ff, #ff00cc);
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.search {
  width: 50%;
  padding: 12px;
  border-radius: 30px;
  border: none;
  outline: none;
}

nav a {
  color: #fff;
  margin: 0 10px;
  font-weight: bold;
  text-decoration: none;
}

.user {
  color: #fff;
}