body, html {
	height: 100%;
	display: grid;
	font-family: 'Pacifico', cursive;
}

body{
	background-color:#eee;
}

#intro {
	width:33%;
	margin:auto;
}

#intro div {
	text-align:center;
	font-size:4vw;
	color:#333;
}