
<style>
    @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap');

    body {
        padding: 0;
        margin: 0;
        font-family: 'Lato';
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrapper {
        width: 100%;
        margin-top: 10%;
        text-align: center;
    }

    .wrapper h1 {
        font-size: 36px;
        font-weight: 400;
    }

    .wrapper a {
        color: #4A8DE6;
        text-decoration: none;
        font-size: 20px;
    }

    .wrapper a:hover {
        text-decoration: underline;
    }
</style>

<div class="wrapper">

        <img src="/images/john-travolta.gif" />

    <h1>We are sorry, the page you are looking for is no longer available.</h1>

        <p>
            <a href="/">Back to Home Page</a>
        </p>

</div>
