html,
body {
	margin: 0;
	padding: 0;
	background-color: black;
}

body {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: black;
}

/* CSS files add styling rules to your content */
* {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 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;
}

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

#fighter {
	opacity: 0.98;
	mix-blend-mode: normal;
	display: block;
	max-width: 100%;
	max-height: 100%;
	z-index: 5;
}
