body {	
	background-image: url('https://images6.alphacoders.com/345/345672.jpg');
	background-size: cover; /* Couvre toute la page */
	background-position: center; /* Centre l'image */
	background-repeat: no-repeat; /* Empêche l'image de se répéter */
	background-color: #4B5320; /* Garde la couleur de fond si l'image ne charge pas */
	text-align: left;
	font-size: 18px;
	color: white;
}

p {
	font-family: Army;
	color: white;
	text-align: left;
	}
h1 {
	width: 800px;
	height: 60px;
	margin: 5px auto;
	font-family: Comic Sans MS;
	font-size: 32px;
	color: white;
	text-align: center;
	padding-top: 15px;
	}
h2 {
	width: 800px;
	height: 50px;
	padding-top: 10px;
	margin: 5px auto;
	font-family: Army;
	font-size: 24px;
	text-align: center;
	color: white;
	}
a {color: white;}

h3 {
	font-family: Army;
	line-height: 10px; 
	font-size: 18px;
	color: white;
	}

.portrait {
	display: block;
	margin: 25px auto;
	}

.cadrage {
	margin: 0px 100px;
	padding: 5px;
	}

.contributions {
	margin: 5px 0px;
	padding: 0px 10px;
	border: off-white;
	color: white;
	}
.liens {
	margin: 5px 0px;
	padding: 0px 10px;
	border: white;
	color:white;
}
.gouda {
	font-family: Army;
	text-align: center;
}
.center-image {
    display: block;
    margin: 0 auto; /* Centre l'image horizontalement */
    max-width: 100%; /* Évite que l'image soit trop grande */
    height: auto; /* Garde les proportions de l'image */
}

	