@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 20px;
}

html, body {
	font-family: 'Source Sans Pro', sans-serif;
	height: 100%;
	width: 100%;
}

body {
	display: table;
	background-image: url('moonlanding.jpg');
	background-size: cover;
	background-position: center bottom;
}

p {
	font-size: 100px;
	font-weight: bolder;
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
	color: white;
	padding-bottom: 50px;
}