/* Logout Section */
.logout-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 500px; /* optional, um die Breite zu begrenzen */
  margin: 50px auto; /* Zentriert die Box */
}

.logout-section h2 {
  font-size: 2rem;
  color: #2a9d8f;
}

.logout-message {
  font-size: 1.2rem;
  color: #333;
  margin-top: 20px;
}

.logout-message p {
  font-weight: bold;
  color: #e76f51;
}

/* Styling für den Timer-Text */
.logout-message {
  margin-top: 10px;
  color: #2a9d8f;
  font-size: 1.1rem;
  font-weight: bold;
}
