body {
    background-color: black;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: white;
}

body.imprint {
    background-color: white;
    color: black;
}

h1 {
    margin-bottom: 5px;
}

h3 {
    margin-bottom: 5px;
}

p {
    margin-top: 5px;
}


div.poster {
    height: 100%;
}

div.sign {
    width: 157px;
    height: 72px;

    position: absolute;
    top: 50%;
    left: 50%;

    margin: -36px 0 0 -78px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

a {
    color: white;
}

.imprint a {
    color: black;
}

.center {
    text-align: center;
}

