:root {
	color-scheme: light dark;
	--background: light-dark(#5C7889,#3D505C);
	--text: light-dark(#FFFFFF,#FFFFFF);
}

body {
	color: var(--text);
	background-color: var(--background);
	font-family: 'JetBrainsMono', 'Georgia', serif;
	font-kerning: normal;
	font-size: 100%;
	font-variant-ligatures: common-ligatures;
	font-weight: 400;
	line-height: 1.444;
	margin: 1rem auto 1rem;
	max-width: 59ch;
	padding: 0 1rem;
	text-align: center;
	text-size-adjust: 100%;
}


a, a:visited {
	color: var(--text);
}
a:hover {
	/*color: rgb(235,29,37); */
	color: var(--text);
	text-decoration: none;
}

header {
	display: flex;
	height: calc(100vh - 4rem);
	justify-content: center;
	align-items: center;
}


h1 {
	background-size: 60px 48px;
	font-size: 3rem;
	font-weight: 700;
	margin: 1.5rem 0;
	padding-top: 60px;
}

h1 {
	line-height: 1;
}

footer {
	font-size: 0.75rem;
	line-height: 1.4;
	margin: 0 auto;
}