<!DOCTYPE html>
<html>
    <head><meta name="generator" content="Hexo 3.9.0">
        <title>thomasknierim.com</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Thomas Knierim Software Development">
        <meta name="keywords" content="software, engineering, development">
        <meta name="author" content="Thomas Knierim">
        <style>
            body {
                overflow: hidden;
                background-color: white;
                color: #aaa;
            }
            h1 {
                font-family: "Arial, sans-serif";
                font-size: 10vw;
                color: #555;
            }
            h2 {
                font-family: "Arial, sans-serif";
                font-size: 3vw;
                color: #555;
            }
            h3, h3 > a {
                font-family: "Arial, sans-serif";
                font-size: 1.5vw;
                color: rgb(132, 162, 226);
            }
            #image {
                position: fixed;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                z-index: 1;
                object-fit: cover;
            }
            #message {
                position: fixed;
                overflow: hidden;
                width: 98vw;
                text-align: center;
                margin-top: 30vh;
                z-index: 2;
            }
            #message h1, #message p {
                z-index: 3;
            }
        </style>
    </head>
    <body>
        <img id="image" src="/images/404_background.jpg">
        <div id="message">
            <h1>404</h1>
            <h2>Oops, it looks like there's nothing here.</h2>
            <h3><a href="https://thomasknierim.com">Get me out of here.</a></h3>
        </div>
    </body>
</html>