html {
	font-size: 1rem;
	line-height: 1.25rem;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}


body {
	color: #7c7c7c;
	background: #101010;
}


::selection {
	text-shadow: none;
	background: rgba(0, 68, 102, 0.996);
}
