@font-face {
	font-family: "komika";
	src        : url(../fonts/KOMIKAX_.ttf);
}

html {
	height: 100%;
}

body {
	height            : 100%;
	display           : flex;
	flex-direction    : column;
	/* justify-content: center; */
	align-items       : center;

	font-family        : "komika", sans-serif;
	background-image   : url(../images/fond.jpg);
	background-repeat  : no-repeat;
	background-size    : cover;
	background-position: center center;
}

canvas {
	outline: 5px solid #f92100;
}

h1 {
	position  : relative;
	overflow  : hidden;
	text-align: center;
	font-size : 3rem;
	width     : 600px;
	color: white;
	background-color: #000000dd;
	border-radius: 1.5rem;
}