.hidden {
  display: none;
}
label {
  margin-bottom: 10px;
  display: block;
}
.navbar {
  background-color: #acd8f5;
  padding: 1rem;
  display: flex;
  align-items: center;
  color: white;
}
.navbar-a {
  color: white;
  text-decoration: none;
  margin: 0 1rem;
}
.navbar button {
  padding: 0.5rem 1rem;
  cursor: pointer;
  margin-left: 1rem; /* Add spacing between buttons */
}
.navbar .nav-button {
  display: flex;
  align-items: center;
  margin-left: auto; /* Push buttons to the right */
}
.content {
  padding: 2rem;
}
button:disabled{
  color: #666;
}

  