body {
	background-color: white;
	color: black;
	font-family: serif;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 1rem;
	box-sizing: border-box;
	min-height: 100vh;
	max-width: 60%;
}

#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: #487bc9;
	text-decoration: none;
}

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

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

code {
	font-family: monospace;
}

img {
	max-width: 100%;
	height: auto;
}

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

