@charset "utf-8";
#not_found .sec1{
	text-align: center;
	margin-top: 30px;
}
#not_found .sec1 h3{
	font-size: 3rem;
	font-weight: bold;
  font-family: 'Oswald', sans-serif;
	color: #8f0105;
	margin-bottom: 20px;
}
#not_found .sec1 h2{
	font-size: 3rem;
	font-weight: bold;
	/* color: #a0bcff; */
}
#not_found .sec1 p{
	margin: 30px 0 50px;
}
#not_found .sec1 a{
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	#not_found .sec1{
	margin:6% 0 2%;
}
	#not_found .sec1 a {
    margin: 6% 6% 0;
}