@font-face {
	font-family: "JSL Blackletter";
	src: url("jsl-blackletter.ttf") format(truetype);
}

html {
	background-color: #202020;
	background-image: url("portail.png");
	background-position: center;
	background-size: cover;
	font-size: 16px;
	min-height: 100%;
}

h1 {
	color: #bb7f57;
	font-family: "JSL Blackletter";
	font-size: 10em;
	text-align: center;
}

@media only screen and (max-width: 35em) {
	h1 {
		font-size: 5em;
	}
}

