html {
	height: 100%;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
	cursor: url("../assets/cursor.png"), auto;
}
a {
	cursor: url("../assets/link_i.png") 5 1, pointer;
}
.text {
	cursor: text;
	user-select: text;
}
::selection {
	background: #000080;
	color: #fff;
}
body {
	outline: 1px solid black;
	width: 100%;
	max-width: 800px;
	margin: 0 0;
}

h1 {
	margin: 0 0;
	font-size: 64px;
}
hr {
	margin: 0 0;
}

nav a {
	outline: 2px outset #808080;
	background-color: #ccc;
	margin: auto 2px;
	padding: 0 3px;
	font-size: 24px;
}
nav a:hover {
	background-color: #fff;
}

main {
	margin: 16px 16px;
}