body {
	margin: 0;
	padding: 0;
	background-color: #333;
	color: #f5f5f5;

	background-image: url('/images/background.webp');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

* {
	font-family: 'Kode Mono', monospace;
}
