<!DOCTYPE html>
<html>
    <head>
        <title>500</title>
        <style>
            @font-face {
                font-family: 'Roboto';
                src: url('https://fonts.googleapis.com/css?family=Roboto:400,500');
            }
            body {
                text-align: center;
                padding-top: 120px;
                font-family: 'Roboto', Helvetica, open-sans;
            }
            h1 {
                font-size: 34px;
                font-weight: 500;
            }
            p {
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
            }
        </style>
    </head>
<body>
    <img src="https://s1.pir.fm/pf/illustration-500.png" alt="">
    <h1>Sorry, we&rsquo;re having a few issues at the moment </h1>
    <p>Our team will have everything back to normal as soon as possible.<br> Please check back later!</p>
</body>
</html>