@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Mono:ital,wght@0,200..800;1,200..800&display=swap');

body {
	margin: 1em;
	background-image: url(background.png);
	background-position: center;
	background-size: cover;
	font-family: 'Atkinson Hyperlegible Mono', monospace;
	max-width: 30em;
	font-size: 14px;
	color: white;
}

a {
	color: black;
	background: white;
}
