body {
	background-position: center 25%;
	background-size: cover;
}
.thatsanerror{
	margin: 10rem auto;
}
.error404{
	margin: auto;
	border-radius: 30px;
	padding: 1rem;
	width: 90%;
	text-align: center;
}

.error404 img{
	margin: 1rem auto;
	width: 50%;
}

.error404 svg{
	width: 50%;
	margin: 1rem auto;
}

.thatsanerror h4{
	padding: .50rem;
	border-radius: 30px;
	margin: auto;
	box-shadow: 2px 2px 2px 1px rgb(8 77 100 / 20%);
	text-transform: uppercase;
}

.callhome{
	margin: .70rem !important;
}
a.gohome{
	margin: 1rem;

}

@media screen and (min-width: 1000px){
	.no-show-pc{
		display: none !important;
	}
}