canvas {
	position: fixed;
	inset: 0;
/*	width:100vw;
	height:100vh;*/
}

h1 {
	color: yellow;
	/* mix-blend-mode: difference; */
	/* Ça marche pas */
}

h3 {
	text-align: left;
}

.blurbox {
	width: 66%;
	margin: auto; /* Centré horizontalement */

	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);

	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 15px;
	color: white;

	text-align: center;
}
