html, body {
	background: #000 url("science_wallpaper.jpg") no-repeat fixed center;
}
.container {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

h1 {
	font-family: Tahoma;
	font-size: 5em;
	font-weight: 900;
	color: #f4d03f;
	text-shadow: 2px 2px 10px red;
	text-align: center;
}