main {
	margin: 0;
	padding: 0;
}

main .errors {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 100vw;
	height: 100vh;
	
	flex-direction: column;
	font-size: 18px;
}

main .errors img {
	width: 512px;
	height: 249px;
	pointer-events: none;
	
	margin-bottom: 64px;
}