h1  { 
    font-family: Arial, Helvetica;
    font-style: italic;
    font-variant: small-caps;
    font-weight: bold;
}
body {
    background-image:  url("baustelle.png"),linear-gradient(blue, white);
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-position: right top, left top;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 190px;
    font-family: Arial, Helvetica;
}

