body {
    min-height:100%;
    font-family:Arial, Helvetica, sans-serif;
    color: #465973;
    background-image: url(scherhak-com-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.headline {
    font-size: 2rem;
    padding: 1rem;
}

.sub-headline {
    font-size: 1rem;
}

.text-center {
    text-align: center;
}

.ic-bar {
    margin-top: 2rem;
    font-size: 3rem;
}

a, :hover, :active, :any-link {
    color: #465973;
    text-decoration: none;
}