$bgcolor: #fafafa;
$xcolor: #e4817e;
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
		'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	background-color: $bgcolor;
}

main {
	height: 90vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 300;
	letter-spacing: 0.3px;
	h1 {
		font-size: 50px;
		font-weight: 100;
		letter-spacing: 4px;
		span {
			color: $xcolor;
		}
	}
}
