body {
    background-color: #8bd3a9;
    font-family: Arial, sans-serif;
}

/* Titre */
h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
}

/* Section principale */
section {
    width: 60%;
    margin: auto;
}


/* Légende */
legend {
    font-size: 20px;
    font-weight: bold;
}

/* Cadre du formulaire */
fieldset {
    border: 2px solid #888;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

label {
    float: left;
    font-size: 24px;
    font-weight: bold;
    width: 25%;
}

input[type="text"], input[type="email"], textarea {
    float: center;
    width: 70%;
    float: none;
    overflow: hidden;
    border: 1px solid #222;
    padding: 5px;
}

input[type="radio"] {
    margin-left: 20px;
    font-size: 24px;
    font-weight: bold;
}