:root {
	color-scheme: light dark;
}

h1, h2, h3, a, p {
	font-family: Futura, sans-serif;
	text-align: center;
}

img {
	display: block;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
}