<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404 Not found</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap" rel="stylesheet">
    <style>
        html, body {margin: 0; padding: 0;}
        html {font-size: 15px;}
        body {position: relative;height: 100vh;background-color: #eee;font-family: 'Oswald', sans-serif;}

        .wrapper {position: absolute;display: flex;align-items: center;justify-content: center;top: 0;left: 0;width: 100%;height: 100vh;}
        .container {color: #222;padding-left: 50px;border-left: 30px solid #b22222;}

        h4, h6 {margin-bottom: 0;font-weight: 400;line-height: .9;}
        h1 {margin-top: 0;color: #444;font-size: 12.8rem;font-weight: 600;line-height: .8;}
        h4 {font-size: 3.6rem;}
        h6 {font-size: 1.6rem;}

        @media all and (max-width: 960px) {
            html {font-size: 10;}
        } 
    </style>
</head>
<body>
    <div class="wrapper">
        <div class="container">
            <h1>404</h1>
            <h4>Not found</h4>
                    </div>
    </div>
</body>
</html>