* {
	padding: 0px;
	margin: 0px;
	font-weight: lighter;
}

header, nav {
	user-select: none;
}

html{
	height: 100%;
	background: #0f1416/*green/*#13191c*/;
}

body{
	min-width: 645px;
	min-height: 100%;
	background-image: linear-gradient(#222d32 166px, #0f1416 500px);
	-webkit-text-size-adjust: 100%;
	font-family: "Helvetica";
	color: white;
}

a{
	text-decoration: none;
	color: lightblue;
}

a:hover{
	color: lightgreen;/*white/*lightblue*/;
}
