body {
    font-family: 'Merriweather', serif;
    background-color: #000000;
    color: #eeeeee;
}
a {
    color: #eeeeee;
}
#content {
    max-width: 600px;
    margin: 0 auto;
}
#title {
    text-align: center; 
    font-size: 1em;
}
#title a {
    text-decoration: none;
    color: inherit;
}
#navigationBar {
    display: inline-flex;
    align-items: center;
}
#navigationBar > div {
    padding-right: 1em;
}
