.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: 'Arvo', serif;
    text-align: center; /* centrera allt innehåll */
}

.four_zero_four_bg {
    background-image: url(./dribbble_1.gif);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.four_zero_four_bg h1 {
    font-size: 80px;
    margin-top: 0;
}

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

.contant_box_404 h3 {
    font-size: 40px;
}

.contant_box_404 p {
    font-size: 18px;
    color: #737373;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.link_404:hover {
    background: #2e8b2e;
}

/* Responsivitet */
@media (max-width: 576px) {
    .four_zero_four_bg {
        height: 200px;
    }
    .four_zero_four_bg h1 {
        font-size: 50px;
    }
    .contant_box_404 h3 {
        font-size: 25px;
    }
    .contant_box_404 p {
        font-size: 16px;
    }
}
