body {
    font-family: 'Overpass Mono', monospace;
    color: #1c336a;
    padding: 4px 12px;
}
.container {
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto;
}
h1 {
    text-align: center;
}
h2 {
    margin-top: 2.5rem;
}
a,a:visited {
    color: #426bcd;   
}
.nav-wrapper {
    text-align: center;
}
ul.nav {
    list-style: none;
    display: inline-block;
    text-align: left;
    line-height: 1.5;
}
ul.nav li {
    display: inline-block;
    margin-right: .5rem;
}
ul.nav li.nav-item-separator {
    color: #beccee;
}