

* {
	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%);
}

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

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

.title{
    font-size: 2vh;
}

.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-size: 2.75vmin;
	letter-spacing: 0.2vmin;
	font-weight: bold;
}