* { margin: 0; padding: 0; box-sizing: border-box; }

body {
	display: flex;
	justify-content: center;
	font-family: system-ui, sans-serif;
	align-items: center;
	min-height: 100vh;
}

.error { text-align: center; max-width: 500px; width: 100%; }
.error div { font-size: 64px; cursor: pointer; display: block; }
.error h1 { font-size: 24px; color: #333; font-weight: 500; }