h1 {
	font-family: 'Gruppo', cursive;
	font-size: 250%;
}
body {
	font-family: 'Gruppo', cursive;
	font-size: 400%;
}
.center {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}