body {
    font-family: Arial, sans-serif;
    background:#E0E0E0 ;
    margin: 0;
    padding: 20px;
}

h2 {
    text-align: center;
    margin-bottom: 30px;
}

.section {
    background: ;
    width: 60%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}

.section h3 {
    margin-top: 0;
    text-align: center;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.table td {
	background: ;
    border: 1px solid #aaa;
    padding: 10px;
}

.table input {
	
    width: 95%;
    padding: 8px;
    font-size: 14px;
}

.resultat {
    font-weight: bold;
    color: #0044aa;
    text-align: center;
    margin-top: 5px;
}
