body{
	padding:0;
  	margin:0;
    background-color:#4285f4;
}
#content{
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    height: 849px;
    width: 100%;
    background: url(/assets/images/page_404.png) no-repeat;
    background-size: 100% 100%;
}
.conter{
    color: #fff;
    margin: 242px 0 0 1007px;
    width: 510px;
    text-align: left;
}
.conter h1{
    font-size: 50px;
}
.conter p{
    font-size: 20px;
    font-weight: 500;
    color: #A4CAF6;
    margin-bottom: 21px;
}
.conter .hint{
    color: #fff;
    font-size: 20px;
}
.conter .hint b{
    color: #FFD800;
}
.conter .hint a{
    transition: all .5s;
    color: #fff;
}
.conter .hint a:hover{
    color: red;
}
.conter .Btns{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.conter .Btns a{
    padding: 10px 25px;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #0362D2;
    text-decoration: none;
    transition: all .5s;
}
.conter .Btns a:hover{
    background: #F2F8FF;
    color: red;
}