h1 {
            font-size: 20px; /* Taille adaptée pour un titre principal */
            font-weight: bold;
            margin-bottom: 0.5rem;
        }
		
p {
            font-size: 12px; /* Taille pour le corps du texte */
            margin-bottom: 1rem;
        }
ul {
            font-size: 12px; /* Liste en harmonie avec le corps */
            padding-left: 1.2rem;
        }
		
.title-container {
	text-align: center;
	background-color: #ff7b00;
	padding: 1px;
	color: white;
}