@charset "utf-8";
/* CSS Document */

/*============================================================================*/

main.error {}
main.error > h1 {
	font-size: 2rem;
	margin: 4rem auto;
}
main.error > .errorBody {}
main.error > .errorBody > p {
	margin: 2em auto;
	line-height: 2;
	font-size: calc(16 / var(--width) * 100vw);
}

/*============================================================================*/
