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

body{
    background: #ffffff;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: left;
}

.page-main {
    display: block;
    width: 100%;
    max-width: 1200px;
    text-align:left;
    padding: 40px;
    margin: 0 auto;
}

img.logo {
    border: 0;
    width: 300px;
    margin-bottom: 60px;
}

a {
    color: #790000;
    text-decoration: underline;
}

a:hover {
    color: #600000;
    text-decoration: none;
}

h1 {
    font-size:30px;
    font-weight:700;
    margin:0 0 20px;
}
