body {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: red;
}

/* CSS files add styling rules to your content */
* {
	width: 100vh;
	height: 100vh;
	position: absolute;
	top: 0;
}

img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	max-width: 1500px;
	max-height: 1500px;
	height: auto;
	width: auto;
}

#hydra {
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0%;
	top: 0vh;
	z-index: 1;
}

#content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

#D2bg {
	opacity: 0.07;
	mix-blend-mode: difference;
	position: absolute;
	margin: 0 auto;
	display: block;
	height: 100%;
	width: auto;
	z-index: 2;
}

#D2sq {
	opacity: 0;
	mix-blend-mode: difference;
	position: absolute;
	margin: 0 auto;
	display: block;
	height: 100%;
	width: auto;
	z-index: 2;
}

#D2cr {
	opacity: 1;
	mix-blend-mode: normal;
	position: absolute;
	margin-right: 0;
	display: block;
	height: 100%;
	width: auto;
	z-index: 3;
}

#D2fr {
	opacity: 1;
	mix-blend-mode: hard-light;
	position: absolute;
	margin-right: 0;
	display: block;
	height: 100%;
	width: auto;
	z-index: 4;
}
