.danke-section {
  min-height: 80vh;
  padding: 4em 2em;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.danke-section h1 {
  font-size: 2.5rem;
  color: #31525b;
  margin-bottom: 1em;
}

.danke-section p {
  font-size: 1.25rem;
  margin-bottom: 2em;
  max-width: 600px;
}

.zurueck-button {
  display: inline-block;
  margin: 2em auto;
  padding: 0.75em 1.5em;
  background-color: #fd7336;
  color: white;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.2s ease;
}

.zurueck-button:hover {
  transform: scale(1.05);
}
