html {
}

body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: 800px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    color: #0c3d52;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3em;
}

a {
    border-bottom: 1px solid #00a0cf;
    color: inherit;
    display: inline;
    font-weight: 600;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
}

a:hover {
    background-color: #00a0cf;
    color: #fff;
}

b, strong {
    font-weight: 600;
}

img {
    display: block;
    margin-bottom: 2em;
}



