body	{
		font-family:  'Krub', sans-serif;
		font-size: 18px;
		background-image: url(lesel.JPG);
		background-size: cover;
}

h1 {
		color: #A24733;
		font-family: 'Krub', sans-serif;
		font-size: 45px;
		background: -webkit-linear-gradient(#FF1B00, #FF8C00);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}

h2 {
		color: #A24733;
		font-family: 'Krub', sans-serif;
		font-size: 25px;
		color: #000000;
}



.asterisque {
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
	
	
.page {
		width: 70%;
		margin: auto;
		font-size: 20px;
		font-weight: bold;
		background: -webkit-linear-gradient(#000000, #AF1000);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}
