*{
	padding: 0px;
	margin: 0px;
}
.main_404{
	background-color: black;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}
.main_text{
	font-size: 90px;
	font-family: 'Intro', sans-serif;
	text-align: center;
	margin-top: 5%;
	color: white;
	z-index: 1;
	text-shadow: 0 0 5px;
}
.return{
	font-size:  30px;
	font-family: 'Intro', sans-serif;
	text-align: center;
	margin-top: 5%;
	color: white;
	z-index: 1;
	text-shadow: 0 0 5px;
	text-decoration: none;
}
a:hover{
	color: red;
}