* {
    font-family: 'Varela Round' !important;
}

body {
    overflow-x: hidden !important;
}

.page_404 {
    padding: 10px 0px;
    background: #fff;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    height: 400px;
    background-position: center;
}

h1,h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0px;
    display: inline-block;
}

.link_404:hover {
    color: #39ac31 !important;
    font-weight: bold;
    border: 1px #39ac31 solid !important;
}

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