html {
    margin: 20px;
}
body {
        margin: 0 auto 80px auto;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #666;
    max-width: 1024px;
    text-align: justify;
    letter-spacing: 0.12px;
}
h1, h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #292929;
    margin: 80px 0 16px 0;
    text-align: left;
    letter-spacing: 1.5px;
}
h2 {
    font-size: 35px;
}
p, li {
    line-height: 22px;
}
b {
    font-weight: 500;
}
.title h1 {
    margin: 120px 0 0 0;
}
.title p {
    margin-top: 0;
    padding: 2px;
}
.table-of-contents {
    margin: 40px 0;
}
.table-of-contents p {
    margin: 0;
    padding: 1px;
    line-height: normal;
}
img {
    max-width: 320px;
    border: 0.5px solid silver;
}