
html {
	font-size: 100px;
}

body {
	font-family: sans-serif;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: 
		radial-gradient(#000000 15%, transparent 16%) 0 0,
		radial-gradient(#000000 15%, transparent 16%) 8px 8px,
		radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px,
		radial-gradient(rgba(255, 255, 255, .1), transparent 20%) 8px 9px;
	background-color: #282828;
	background-size: 16px 16px;
	background-position: fixed;	
}

.arrow {
	width: 250px;
	height: 250px;
	overflow: hidden;
	transition: all 0.2s;
	transform: rotate(0deg);
	display: inline-block;
}

h1 {
	color: #ffffff;
	font-weight: 100;
	font-size: 60px;
	display: flex;
	align-items: center;
}

.units {
	font-size: 15px;
}

/*Compass Icon: https://thenounproject.com/search/?q=compass&i=592352 */
