.page_404 { 
    padding:100px 0; background:#fff; font-family: 'Arvo', serif;
}

.four_zero_four_bg{
    margin-bottom: 15px;
}
.contant_box_404 p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #656565;
}

.contant_box_404 h3{
	font-size: 24px;
    font-weight: 500;
}

.link_404{			 
    color: #fff!important;
    padding: 6px 12px;
    background: #39ac31;
    margin: 10px 0;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    font-family: system-ui;
    font-weight: 500;
}

a {			 
    text-decoration: none !important;
  
}

