@import "//fonts.googleapis.com/css?family=Raleway:400,700,900";

* {
	color: #fff;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: 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;
	min-height: var(--inner-height, 100vh);
	margin: 0;
	background-color: #1a1a1c;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-feature-settings: "pnum" on, "lnum" on;
}

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