body {
    font-family: BellweatherSans-shownbsp;
}

body > header {
    background: #000;
    padding: 0 0.5rem;
}

body > header h1 {
    font-weight: normal;
    font-size: 180%;
}

body > header h1 a,
body > header h1 a:visited {
    color: #fff;
    text-decoration: none;
    font-style: italic;
}

body > header h1 a::before,
body > header h1 a::after {
    content: '_';
}
