/* Einfaches Styling für die "Zurück"-Schaltfläche */
.back-button a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.back-button a:hover {
    background-color: #0056b3;
}
