body {
  margin: 0;
  font-family: sans-serif;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  background: rgb(163, 163, 163);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 400px;
  text-align: center;
}

textarea {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 120px;
  font-size: 16px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #b9b8b8;
  resize: none;
  box-sizing: border-box;
}

#zaehler {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: green;
  transition: color 0.3s ease;
}

.warnung {
  color: orange !important;
}

.gefahr {
  color: red !important;
}
