html, body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body {
	background: url(/assets/star-background.jpeg);
	background-position: center;
}

img {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top: -128px;
	margin-left: -128px;
}
