:root {
	--large: 72px;
}

.main {
	font-size: var(--large);
	color: darkblue;
}
