﻿
        body {
            background-color: #37b108;
        }

        .error_404 {
            width: 40%;
            position: absolute;
            top: 20%;
            left: 50%;
            margin-left:-20%;
            text-align:center;
        }
        .error_404 p{font-size:12px;color:#fff;white-space:nowrap;line-height:25px}
            .error_404 img {
             width:100%;
             max-width:355px;
            }
        @media(max-width:400px) {
            .error_404{width:60%;margin-left:-30%;}
            
        }
        @media(max-width:320px) {
            .error_404{width:60%;margin-left:-30%;}
            
        }