html,
body {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.js-cv {
	background-color: #222;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	position: fixed;
	image-rendering: pixelated;
}
