main {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero {
	display: flex;
	flex-direction: column;
	font-size: 24px;
	max-width: 40ch;
}

.home-hi {
	color: var(--primary);
	font-size: 96px;
	margin-bottom: 28px;
}
