body
{
    background: white;
}
body,
h1
{
    color: black;
}
a
{
    color: black;
}
.logo
{
    width: 220px;
    height: 70px;
    margin: 40px 0 0 0;

    background: url(/custom-hagelteam/images/hsz-logo.png) no-repeat;
    background-size: contain;
}