<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>500 Error</title>
    <style>body{padding:0;margin:0;font-family:'Helvetica', sans-serif}body *{box-sizing:border-box}.full-size-wrapper{display:flex;flex-flow:column wrap;align-content:center;justify-content:center;height:100vh;background-image:url(/assets/images/404.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover}.error-section{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;width:600px;max-width:100%;margin:0 auto;text-align:center;color:white}.error-section h1{margin:0;font-size:160px;line-height:1em}.error-section p{margin-bottom:1em;font-size:18px;font-weight:300;line-height:1.6em}.site-logo{max-width:60px;padding:15px;position:fixed;top:0;left:0}img{max-width:100%}
</style>
</head>
<body>
    <div class="full-size-wrapper">
            <div class="site-logo">
                <img src="/assets/images/curaytor-logo.png" alt="Curaytor Logo">
            </div>
        <section class="error-section">
            <div class="content">
                <h1>500</h1>
                <p>Looks like a fatal error appeared on our end.</p>
                <p>We have been informed about this, so stay tuned and try to refresh this page in a few seconds.</p>
            </div>
        </section>
    </div>
</body>
</html>