/* Grundlegendes Dark-Mode Styling */
body {
    background-color: #1a1a1a;
    color: #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0;
    padding: 2rem;
}

h1 {
    color: #5dadec;
    border-bottom: 2px solid #333;
    padding-bottom: 0.5rem;
}
