html, body {
  height: 100%;
  margin: 0;
}

.menu {
  position: relative; /* keeps menu above overlay */
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  color: #fff;
  font: 600 1rem/1.2 system-ui, sans-serif;
}

.menu a {
  color: inherit;
  text-decoration: none;
}
