@font-face {
	font-family: "Brandon Light";
	src: url("../fonts/res-res.woff2");
}

* {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	--overflow: hidden;
}

html, body {
	height: 100%;
}

/*body{
	display: flex;
	justify-content: center;
	align-items: center;
	--background: #000;
}*/

.content, .bg {
	position: absolute;
}

.content {
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	mix-blend-mode: overlay;
	filter: invert(100%);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

canvas {
	width: 91vmin;
	height: 13vmin;
}

.dummysize {
	width: 91vmin;
	height: 13vmin;
	opacity: 0;
	user-select: none;
}

.social {
	margin-top: 0.5vmin;
	font-family: "Brandon Light";
	font-size: 2.75vmin;
	letter-spacing: 0.2vmin;
	font-weight: bold;
}

.social a {
	text-decoration: none;
	color: #000;
}

.hint {
	z-index: 1;
	color: #000;
	mix-blend-mode: overlay;
	filter: invert(100%);
	position: fixed;
	bottom: 2.75vmin;
	font-family: "Brandon Light";
	font-size: 2.75vmin;
	letter-spacing: 0.2vmin;
	font-weight: bold;
}