body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 80px;
    background-color: #f8f9fa;
    transition: background-color 0.5s ease;
}

h1 {
    color: #222;
    font-size: 2.5em;
    margin-bottom: 20px;
}

select {
    padding: 8px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

button {
    padding: 12px 25px;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 6px;
    background-color: white;
    cursor: pointer;
    transition: 0.3s ease;
}

button:hover {
    background-color: #eee;
    transform: scale(1.05);
}

#ausgabe {
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}

#zitat {
    margin-top: 15px;
    font-style: italic;
    color: #555;
}
