.loading {
	position: fixed;
	bottom: 0;
	left: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 2rem;
	color: var(--racing-red);
	background-color: #00000063;
	z-index: 1;
}

.loading[closed] {
	display: none;
}

.error h1 {
	font-size: 2rem;
}