h1 {
  margin: 0 10px;
}
#header::after {
  content: "(click any text to start editing)";
  color: #ffffff;
}
div#header {
  background: #0a172b;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#header nav a {
  text-decoration: none;
  color: #fafafa;
  margin: 0 15px;
  font-size: 1em;
  font-weight: 600;
}
#header nav a:hover {
  color: #6366f1;
}
#action {
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  margin: 10px 0 0 10px;
}
.actionbtn {
  margin-bottom: 20px;
  top: 20px;
  right: 20px;
  color: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.9rem;
}
.actionbtn:hover {
  opacity: 0.8;
}
#resetbtn {
  background: #ff4d4d;
}
#downloadbtn {
  background: #4caf50;
}
#lightmode {
  color: #0a0a0a;
}
a.logo {
  text-decoration: none;
  color: #fafafa;
  font-size: 2em;
  font-weight: bold;
  margin: 0 16px;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  header {
    flex-direction: column;
  }
}
.logoLink {
  text-decoration: none;
  margin: 15px;
}
a .brand {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}
.logo {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #5b21b6, #4dd0e1);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fafafa;
}
.muted {
  color: #6d82a0;
  font-size: 14px;
}
