body {
    background: #e6e9e9;
    color: #545454;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

h1 {
    color: #330000;
    font-weight: 200;
    line-height: 1.3;
    font-size: 40px;
    font-family: "Roboto Condensed", Tahoma, Helvetica, Arial, sans-serif;
}

h2, h3, h4, h5, h6 {
    color: #330000;
    font-weight: 200;
    line-height: 1.3;
    font-size: 18px;
    font-family: "Roboto Condensed", Tahoma, Helvetica, Arial, sans-serif;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

img {
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

