
@font-face {
	font-family: 'bebasneue_bold';
	src: url('bebasneue_bold.woff2') format('woff2'),
	url('bebasneue_bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'bebasneue_bold';
	background: #000;
	margin: 0;
	overflow: hidden;
}

.hide {
	visibility: hidden;
	position: absolute;
}

.leon {
	background: url('leon.webp');
	background-size: contain;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 67px;
}