body {
    margin: 0;
    padding: 0;
    background: #0f0f0f;
    color: #e5e5e5;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.container {
    max-width: 600px;
    padding: 20px;
}

/* Logo-Panel */
.logo-panel {
    background: #e5e5e5;
    padding: 20px;
    border-radius: 14px;
    display: inline-block;
    margin-bottom: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    border: 1px solid #2a2a2a;
}

.logo {
    width: 180px;
    display: block;
}

h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #ffffff; /* Schrift jetzt weiß */
}

p {
    font-size: 1.2rem;
    opacity: 0.8;
}

.footer {
    margin-top: 40px;
    font-size: 0.9rem;
    opacity: 0.5;
}
