body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	background-color: white;
	font-family: 'Arial', sans-serif;
	flex-direction: column; /* Aligner les éléments enfants verticalement */
	text-align: center;
}

.centered-text {
	font-size: 4em;
	font-weight: bold;
	color: black;
	font-family: 'Courier New', monospace;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px; /* Ajouter un espace sous A.L.I.S */
}

.subtitle-text {
	font-size: 1.5em; /* Taille de police plus petite pour le sous-titre */
	color: black;
	font-family: 'Arial', sans-serif;
	margin-top: 0; /* Supprimer l'espace au-dessus du sous-titre */
}