.hero{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80vh;
}
.heroTitle{
	font-weight: bold;
	text-align: center;
	margin: 0;
	font-size: 20vmin;
	color: var(--color-text-primary);
}