<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/**
 * Copyright Â© 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    color: #000;
    line-height:1.4;
}

.page-header {
    padding: 10px 0;
}

.logo {
    display: block;
    margin: 0 auto;
}

.page-main {
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

h1,
p {
    text-align: center;
}</pre></body></html>