/* style.css */
body {
    background-color: #0c0c0c;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    margin: auto;
    padding: 20px;
}

h1 {
    text-align: center;
    font-size: 2.5em;
    color: #ffffff;
    margin-top: 20px;
}

.subtitle {
    text-align: center;
    font-size: 1.5em;
	font-style: italic;
    margin-bottom: 20px;
}

.content {
    margin: 40px 0;
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 8px;
}

h2 {
    color: #030969; /* Bleu profond avec un effet rappelant les reflets de l'obsidienne */
    font-size: 1.8em;
}

ul {
    list-style-type: square;
    margin-left: 20px;
}

li {
    margin-bottom: 20px; /* Ajuste l'espacement entre les éléments de la liste */
}


p {
    line-height: 1.6;
}
