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


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

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
    /*background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); ougaouga
    background-image: url(https://cdn.dribbble.com/users/330915/screenshots/3239312/media/c3a002652317c26dd8390a238cd247d1.gif);  oldcar
    background-image: url(https://cdn.dribbble.com/users/798777/screenshots/4101369/media/871f6aa5570b337328a3f69ae4ceed19.gif)); eHonda 
    background-image: url(https://cdn.dribbble.com/users/1019864/screenshots/9165535/christmas_tree_dribbble_800x600.gif); 
	background-image: url(https://cdn.dribbble.com/users/1803473/screenshots/6189246/media/edb367e41ef66310fa7f13046a3f3b98.gif);
	background-image: url(https://cdn.svgator.com/images/2022/01/404-page-animation-example.gif);==*/
	background-image: url(https://cdn.dribbble.com/users/330915/screenshots/1497830/media/661894a03bc3057309a42e53171d17f9.gif);	
    height: 430px;
    background-position: center;
	background-repeat: no-repeat;
 }
 
 
 .four_zero_four_bg h1{
 font-size:90px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #e81c2e;
    margin: 40px 20;
    display: inline-block;}
	.contant_box_404{ margin-top:-40px;}