html,
body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	background: rgb(20, 20, 20);
	color: rgb(245, 245, 245);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a,
a:visited {
	text-decoration: none;
	color: white;
}