body {
    background-color: #121212;
    color: #ffffff; /* heller Text für guten Kontrast */
}

.card {
    background-color: #1e1e1e;
    border: 2px solid #ffffff; /* weißer Rahmen */
    color: #ffffff;
}

h5, h4, p, span, label, strong {
    color: #ffffff !important;
}

input, button {
    margin-top: 8px;
}

h4 {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    margin-top: 30px;
}

.card:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    transform: scale(1.01);
    transition: 0.2s;
}
