/* Applique des styles de base */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Style pour le titre */
h1 {
    color: #4CAF50;
    text-align: center;
}

/* Style pour les paragraphes */
p {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

/* Style pour les liens */
a {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #4CAF50;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
