<!DOCTYPE html>
<html>
<head>
    <title>Customise My Cards | Oops, not found</title>
    <link href='http://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
    <style type="text/css" >

    body {
        background-color: #394245;
        background-image: url('https://customisemycards.com/assets/designer/images/logo.png');
        background-repeat: no-repeat;
        background-position: center 10px;
    }

    .wrap {
        padding-top: 50px;
        width: 100%;
        text-align: center;
        color: #e92e4c;
    }

    .wrap h1 {
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 72px;
    }

    .wrap p {
        font-family: 'Roboto';
        font-size: 28px;
    }

    .wrap p a {
        color: #fff;
    }

    .wrap p a:hover {
        text-decoration: none;
    }

    </style>
</head>

<body>

    <div class="wrap" >
        <h1>404 page not found</h1>

        <p>Sorry! The page you were searching for could not be found, you can head back to the home page by clicking <a href="https://customisemycards.com" >here</a></p>
    </div>

</body>
</html>