body{
    margin:0;padding:0;
}

body,h1,address{
    font-family: 'Source Code Pro', monospace;
    font-weight: normal;
    font-size: 2.75vh;
    font-style: normal;
}
h1{
    text-align: center;
}
a{
    color: #87bc3f;
    text-decoration: none;
}

#content-wrapper{
    position: absolute;
    top:0;
    bottom:0;
    width: 100%;
    background: transparent url('../img/buchhalter-kassen-rolle-body-background.jpg') no-repeat center top;
    background-size: auto 100vh;
}

#content{
    position: absolute;
    left:0;
    right:0;
    top: 22vh;
    width: 43vh;
    margin: auto;
}