*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.page_404 {
    padding: 10px 0;
    background: #fff;
    font-family: 'Arvo', serif;
}
.container{
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
    height: 100vh;
}
/* .page_404 img {
    width: 10%;
} */

.four_zero_four_bg {
    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -50px;
}


h1.text-center {
    font-size: 80px;
    text-align: center;
}
h3{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
p {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.link_404{
    text-decoration: none;
}
.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: block;
    font-size: 1.3rem;
    width: fit-content;
    margin: 0 auto;
}

@media only screen and (max-width:768px){
    h1{
        font-size: 1.8rem;
    }
    .four_zero_four_bg{
        height: 350px;
    }
}