body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

html{
	height: 100%;
	overflow: hidden;
}

.error_page {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.error_img {
	/* width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; */
}
