body	{
		font-family:  'Krub', sans-serif;
		color: #EFEAFF;
		font-size: 20px;
		background-image: url(paysage.JPG);
		background-size: cover;
}


h1 {
  font-size: 45px;
  background: -webkit-linear-gradient(#EFEAFF, #615B74);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2{
	font-size: 20px;
}

.asterisque {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
	
	
.page {
		width: 70%;
		margin: auto;
		font-weight: bold;
		font-size: 20px;
		background: -webkit-linear-gradient(#8D7AA9, #EEDDD3);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}