@import url(https://fonts.googleapis.com/css2?family=Special+Elite&display=swap);

body, h1, h2, h3, h4, h5, h6 {
	font-family : 'Special Elite', cursive; /* Verdana, Arial, sans-serif; */
}

body {
	font-size   : 14px;
}

.div-error {
	display         : flex;
	flex-direction  : column;
	justify-content : center;
	align-items     : center;
	width           : 100%;
	height          : calc(100vh - 20px);
}

.div-error > h1 {
	font-size   : 96px;
}

.div-error > h3 {
	font-size   : 48px;
}
