*{margin: 0; padding: 0;}
@font-face {
    font-family: 'lovers_quarrelregular';
    src: url('font/loversquarrel-regular-webfont.eot');
    src: url('font/loversquarrel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/loversquarrel-regular-webfont.woff2') format('woff2'),
         url('font/loversquarrel-regular-webfont.woff') format('woff'),
         url('font/loversquarrel-regular-webfont.ttf') format('truetype'),
         url('font/loversquarrel-regular-webfont.svg#lovers_quarrelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#fond{
	position: absolute;
	width: 100%;
	height: auto;
}
#canvas{
	position: relative;
}
#prenom{
	position: absolute;
	top:1vw; 
	left: 1vw;
	font-size: 7vw; 
	text-align: left; 
	text-shadow: 0px 0px 7px rgba(235, 214, 127, 1); 
	font-family:'lovers_quarrelregular'; 
	color:#ffeca0;
	word-wrap:break-word;
}
#message{
	position: absolute;
	display: inline-block;
	width: 100%;
	top: 55vw;
	text-align: right;
	color:#ffeca0;
	font-size: 7vw;
	text-shadow: 0px 0px 7px  rgba( 235, 214, 127, 1); 
	font-family: 'lovers_quarrelregular';
}