body {
    margin: 60px auto;
    width: 50%;
    
}

nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: #999;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 3em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
p {
    font-size: 1em;
    line-height: 1.4em;
    color: #333;
    font-family: 'Helvetica', 'Arial', 'Sans-Serif';
}
footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
    position: relative;
    clear: both;
    margin-top:30px;
}

header{
    border-bottom: 1px solid #d5d5d5;
    font-size: .8em;
}

ul.posts { 
    margin: 20px auto 40px; 
    font-size: 1.5em;
}

ul.posts li {
    list-style: none;
}

ul.top-links {
    font-size:2em;
}

div.buzzfeed ul li {
    font-size: 1em;
    line-height: 1.4em;
    color: #333;
    font-family: 'Helvetica', 'Arial', 'Sans-Serif';
}

.download-link {
float: right !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: middle;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
} 

/* Markdown Styling */
div.language-python.highlighter-rouge, div.highlighter-rouge {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border-radius: 3px;
}

/* About */

.col-body {
    font-family: 'Helvetica', 'Arial', 'Sans-Serif';
    margin-left:210px;
}

.profile-pic {
    height: 150px;
    width: 150px;
    float: left;
}
