body {
  background-color: #1a1a1a;
  color: #f0e6d2;
  font-family: 'Cinzel', serif;
  text-align: center;
  padding-top: 50px;
}

h2 {
  color: #d4af37;
  font-family: 'Cinzel', serif;
  font-size: 28px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000;
}

form {
  margin: 30px auto;
  width: 300px;
}

input[type="password"] {
  padding: 8px;
  width: 90%;
  border: 1px solid #555;
  background-color: #333;
  color: #f0e6d2;
  border-radius: 3px;
}

button {
  background-color: #012917;         /* tiefes Waldgrün */
  color: #d4af37;                    /* Goldener Text */
  border: 2px solid #d4af37;         /* Goldener Rand */
  padding: 10px 20px;
  margin: 10px 0;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.5px;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  font-family: 'Cinzel', serif;
}

button:hover {
  background-color: #3a6a55;         /* etwas helleres Grün beim Hover */
}


p {
  margin-top: 20px;
}

strong {
  color: #d4af37;
}

.pathfinder-counter {
  text-decoration: underline;
  text-decoration-color: #d4af37;
  font-style: italic;
}

.switchtags {
  font-style: italic;
  color: gray;
  font-size: 18px;
}
