body {
    background-color: rgb(0, 0, 0); /* Fond noir */
    text-align: left;
    font-size: 18px;
}

/* Paragraphes */
p {
    font-family: Arial, sans-serif;
    color: rgb(1, 22, 250); /* Bleu */
    text-align: left;
}

/* Encadrement des titres */
h1, h2, h3 {
    border: 3px solid rgb(0, 0, 0); /* Bordure blanche */
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.3); /* Ombre blanche */
}

/* Titres principaux */
h1 {
    width: 900px;
    height: auto;
    margin: 5px auto;
    background-color: rgb(35, 2, 249); /* Bleu foncé */
    font-family: "Comic Sans MS", cursive;
    font-size: 32px;
    color: rgb(255, 3, 3); /* Rouge */
}

/* Sous-titres */
h2 {
    width: 1000px;
    height: auto;
    margin: 5px auto;
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    background-color: rgb(0, 81, 255); /* Vert Brésil */
    color: rgb(247, 2, 2);
}

/* Titres de niveau 3 */
h3 {
    width: 800px;
    height: auto;
    margin: 10px auto;
    font-family: "Comic Sans MS", cursive;
    font-size: 20px;
    background-color: rgb(0, 26, 255); /* Jaune */
    color: rgb(255, 12, 12);
}
.texte-bleu-fonce {
    color: #0404ff; /* Bleu foncé */
    li 
    
    color: #0000ff; /* Bleu foncé */
        li {
            color: rgb(0, 0, 255); /* Bleu foncé */
        }
        li.highlight {
            color: #0000ff; /* Bleu foncé */
        }
        li b {
            color: #FF0000; /* Rouge */
        }
}

/* Liens */
a {
    color: rgb(255, 0, 0);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Texte en gras */
b {
    color: rgb(236, 12, 57);
}

/* Images */
.portrait {
    display: line-height;
    margin: 25px auto;
    border-radius: 10px;
}

/* Encadrement pour différentes sections */
.contributions {
    margin: 20px auto;
    padding: 15px;
    border: 4px solid rgb(38, 0, 255); /* Bordure dorée pour rappeler le Brésil */
    background-color: rgb(0, 0, 0); /* Fond vert clair transparent */
    border-radius: 10px; /* Coins arrondis */
    width: 80%;
    box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.3); /* Effet d’ombre */
    text-align: left;
}


.liens {
    margin: 5px 0px;
    padding: 10px;
    border: 3px solid rgb(0, 73, 232);
    background-color: rgb(0, 0, 240);
    border-radius: 5px;
}

/* Style spécial */
.gouda {
    font-family: Arial, sans-serif;
    color: blue;
    text-align: center; 
    text-align: left;
}