/* style.css */
/*
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
*/
.container3 {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    background-color:rgb(182, 254, 182);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 11px 10px rgba(21, 4, 4, 0.15);
    width: 80%;
}

.container4 {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    background-color:rgb(23, 179, 23);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 3px 20px rgba(21, 2, 2, 0.19);
    width: 80%;
}


input {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid navy;
    background-color: #3498db;
    color: white;
   
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #2980b9;
     border: 2px solid rgb(128, 0, 0);
}

#resultat {
    margin-top: 20px;
    font-size: 84px;
    color: green;
}

#resultats {
    margin-top: 20px;
    font-size: 84px;
    color: rgb(3, 80, 3);
}

p
{
    text-align: center;
}
