/* random css */
h1 {
	display: none;
}

body {
	background: gray;
	background-attachment: fixed;
}

.content {
	margin: auto;
	width: 21cm;
	background: white;
	padding: 2cm;
	font-size: 12pt;
	font-family: "Verdana", sans-serif;
	box-shadow: 2px 1px;
}

.log-entry {
	font-size: 12pt;
	font-family: "Fira Code", "Lucida Console", "Courier New", monospace;
}
