@import url('https://fonts.googleapis.com/css?family=Passion+One:400,700');
* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
	display: block;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family: 'Passion One', cursive;
}
.wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	min-width: 300px;
	justify-content: center;
}
.wrapper h1{
	position: relative;
	top: -44px;
	font-size: 54px;
	line-height: 60px;
	
}
.wrapper span{
	color: #ff0000;
}