body .cee-form {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background: linear-gradient(to right, #4b0082, #a64bf4);
    color: white;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
}
.cee-form label {
    display: block;
    width: 100%;
    margin: 10px 0 5px;
    color: white;
}
.cee-form select, .cee-form input {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: none;
    color: #000;
    background: #fff;
}
.cee-form button {
    background: white;
    color: #6a00ff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
}
.cee-form button:hover {
    background: #e0d6ff;
}
.cee-header {
    background-color: #4b0082;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: 20px;
    color: white;
}
#cee-resultat {
    background-color: #4b0082;
    color: white;
    padding: 12px;
    margin-top: 15px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
}
#cee-resultat h3 {
    color: white;
}

.cee-form #cee-resultat h3 {
    color: white !important;
}
