/**

* Copyright © Magento, Inc. All rights reserved.

* See COPYING.txt for license details.

*/




body {

    display: block;

    max-width: 750px;

    background: #0092C8;

    color: #fff;

    font-family: Helvetica, sans-serif;

    font-size: 18px;

    line-height: 1.5;

    margin: 0 auto;

    padding-top: 150px;

    text-align: left;

}

a {

    color: #000;

    text-decoration: none;

}

a:hover {

    color: #fff;

    text-decoration: none;

}

h1 {

    font-size: 50px;

    font-weight: 700;

    margin: 0 0 20px;

}

h2 {

    font-size: 30px;

    font-weight: 700;

    margin: 0 0 10px;

}
