@import "//fonts.googleapis.com/css?family=Montserrat:400|Quicksand:400|Raleway:600,400";

* {
	color: #1e0e26b2;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* Multiple min-heights: Since this works on unsupported page, some browsers might not support css vars or vh */
	min-height: 100%;
	min-height: 100vh;
	margin: 0;
	background-color: #f7f7ff;
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

@media (min-width: 640px) {
	body {
		justify-content: center;
	}
}
