@import 'https://fonts.googleapis.com/css?family=Maven+Pro';

html, body{
	height: 100%;
	width: 100%;
}

body {
	background: #3311AA;
	color: #ddd;
	font-family: 'Maven Pro', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}

h1 {
	font-size: 80px;
}