@font-face {
	font-family: "Circular Std";
	src: url("CircularStd-Bold.woff2") format("woff2"),
		url("CircularStd-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Circular Std", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	background: #d62e1e;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

body > p {
	max-width: 40rem;
	padding: 0.5rem;
	color: white;
}

a {
	color: rgb(8, 170, 224);
}

img {
	height: auto;
	width: 10rem;
	margin-top: 1.5rem;
	filter: invert(100%);
}
