html {
	margin-top: 5%;
}

body {
	background-color: white;
}

p,
dl.links {
	color: black;
	font-family: 'Fira Mono', sans-serif;
	font-weight: 400;
	font-size: xx-large;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5%;
	margin-left: 5%;
	max-width: 600px;
}

.links {
	line-height: 15%;
}

dl.links dt {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

dl.links dd {
	margin: 0 0 20px;
}

a {
	font-family: 'Fira Mono', sans-serif;
	font-weight: 600;
	color: black;
	text-decoration: none;
}

/* glitch overlay canvas */
#glitchCanvas {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	display: none;
	pointer-events: none;
	z-index: 9999;
}
