body {
	background-color: #776ecc;
	color: white;
	font-family: serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;

	cursor: url('/Images/cursor_normal.png'), auto;
}

#netcat-header-a:hover {
	cursor: url('/Images/cursor_grab.png'), auto;
	background-color: transparent;
	color: transparent;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	cursor: url('/Images/cursor_grab.png'), auto;
	color: #776ecc;
	background-color: white;
	text-decoration: none;
}

li {
	list-style-type: none;
	font-family: sans-serif;
}

code {
	font-family: monospace;
}

footer {
	font-family: sans-serif;
	margin-top: auto;
}

#netcat-ring-img {
	height: 1em;
}

