body {
    background-color: #f9f9f9;
}
nav, footer {
    font-family: 'Work Sans', sans-serif;
}

nav {
    border-bottom: #c1c1c1 1px solid;
}

footer {
    font-weight: 300;
    color: #c1c1c1;
}

a { text-decoration: none; }
.container p {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}
.container h1, 
.container h2, 
.container h3 {
    font-family: 'Work Sans', sans-serif;
}
.container h3 {
    font-weight: 600;
}
table thead th {
    color: #9f9f9f;
}


