header > h2 {
    display: none;
}

nav{
    position: fixed;
    right: 0;
    height: 100vh;
    margin-top: 0px;
    padding-top: 30px;
}

#main {
    padding-left: 30px;
}

nav h3{
    display: none;
}

.source code {
    background-color: #FAFAFA;
    border: 1px solid #ddd;
}

article {max-width: 800px;}

p, ul li, ol li{
    font-size: 16px;
    line-height: 31px;
}

h1.page-title{
    font-size: 35px;
    letter-spacing: 2px;
    border-bottom: solid 1px #ddd;
    margin-right: 70px;
    padding-bottom:30px;
}

h5{
    font-size: 24px;
}