/* Center the navbar */
nav {
  display: flex;
  justify-content: center;
  width: 100%; /* Ensure it takes full width to center its content */
}

/* If there's a specific navbar class, you might need this as well */
.navbar {
  display: flex;
  justify-content: center;
  width: 100%;
}
