<style>
nav ul {
  list-style-type: none;
  background: #020617;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
}
nav ul li a {
  text-decoration: none;
  color: #e5e7eb;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 5px;
}
nav ul li a:hover {
  background: #1e293b;
}
</style>
