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

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

input {
  padding: 12px;
  width: 92%;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #888888;
}

button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #007acc;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

button:hover {
  background-color: #005c99;
}

.ausgabe {
  margin-top: 20px;
}

#note {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

#bewertung {
  font-size: 18px;
  color: #777;
}
