<html>
    <head>
        <title>Cards For Good Causes - Maintenance</title>
        <style>
            @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

            html, body {
		padding: 0;
		margin: 0;

                width: 100%;
                height: 100%;

                font-family: 'Open Sans', sans-serif;
                font-size: 1.1em;
                line-height: 1.4em;
            }

            strong {
                font-weight: bold;
            }

            .maintenance {
                width: 100%;
                height: 100%;

                display: table;
            }

            .maintenance__content {
                display: table-cell;

                text-align: center;
                vertical-align: middle;
            }

            .maintenance__text {
                margin-top: 2em;
            }
        </style>
    </head>
    <body>
        <div class="maintenance">
            <div class="maintenance__content">
                <img src="https://www.cardsforcharity.co.uk/wp-content/uploads/2016/11/c4gc__logo.png" width="332" height="34" class="maintenance__logo" />
                <p class="maintenance__text">We're carrying out some essential maintenance on our website at the moment.<br>
                   <strong>If you have any queries call us on 01264 361555.</strong><br>
                    Thank you for your patience and custom.</p>
            </div>
        </div>
    </body>
</html>
