html, body {
	background: #01010c;
}
#space {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#redcroco {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 75%;
	transform: translate(-50%, -50%);
}
#redcroco img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
#redcroco .text {
	margin-top: 10px;
	text-align: center;
}
#redcroco .text a {
	font-family: Arial, Helvetica, sans-serif;
	color: #e6e6e6;
	text-decoration: none;
}