/* Cibler tous les boutons */
button {
    background-color: #FF0000; /* Couleur de fond rouge */
    color: #FFFFFF; /* Texte blanc */
    font-weight: bold; /* Texte en gras */
}

/* Cibler tous les titres h1 */
h1 {
    font-family: "Arial", sans-serif; /* Changer la typographie */
    font-size: 24px; /* Changer la taille de la police */
}
a,li {
    font-family: 'Josefin Sans', sans-serif;
    color: #00a157 !important;
}