body {
	display:flex;
	align-items: center;
	justify-content: center;
	height:100vh;
	min-height:200px;
	margin:0;
	padding:0;
}

h1 {
	font-family:'Arial', 'sans-serif';
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}