/*======================
    404 page
=======================*/

.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: 'Arvo', serif;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    background-image: url(../../include/images/error.gif);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
}

.four_zero_four_bg h1 {
    font-size: 8rem!important;
    color: #5fcfc3;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff!important;
    padding: 10px 20px;
    background: #5fcfc3;
    margin: 20px 0;
    display: inline-block;
    border-radius: 6rem;
    cursor: pointer;
}

.contant_box_404 {
    margin-top: -50px;
}