@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans&display=swap');

body {
	font-family: sans-serif;
	font-size: 120%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Pixelify Sans', sans-serif;
}

h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2rem;
}

pre {
	background: black;
	color: white;
	border-radius: 1rem;
	padding: 1rem;
}

hr {
	margin: 3rem 0;
}

.content {
	max-width: 60em;
	margin: 0 auto;
}