/*----------------style for 404not found--------------*/

section.not_found {
	position: relative;
	padding: 50px 10px;
	box-shadow: inset 2px 2px 10px #000;
}
a.hom_ {
    text-decoration: none;
    position: relative;
    display: inline-block;
    left: 45%;
    padding: 10px 15px;
    border: 1px solid #000;
    margin-top: 30px;
    box-shadow: 0px 0px 2px #FFFFFF;
    transition: all 0.4s ease;
}
a.hom_:hover {
    transition: all 0.4s ease;
    box-shadow: 0px 20px 50px #909090;
}
.page_p p {
    position: relative;
    text-align: -webkit-center;
    width: 50%;
    left: 26%;
    padding-top: 30px;
}
.page_p h3 {
    position: relative;
    width: 100%;
    left: 45%;
    font-size: 33px;
}
.page_p h1 {
    position: relative;
    width: 100%;
    left: 45%;
    font-size: 110px;
}
a.gif_ img {
    width: 60px;
    height: 60px;
}
a.gif_ {
    position: relative;
    display: block;
    left: 50%;
}

@media only screen and (min-width: 770px){ 

	section.not_found {
		top: 20vh;
	}
}

/*----------------style for 404not found--------------*/