html {
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	font-family: 'Roboto Light', sans-serif;
	font-weight: 300;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

h1 {
	font-weight: 300;
	font-size: 1.3em;
	margin: 0.5em 0;
}

p {
	margin: 0.5em 0;
}